#374660

Color #374660 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #374660

Tints of Gulf Blue #374660

Color information

#374660 (or 0x374660) is unknown color: approx Gulf Blue. HEX triplet: 37, 46 and 60. RGB value is (55,70,96). Sum of RGB (Red+Green+Blue) = 55+70+96=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #374660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374660 is #C8B99F. Grayscale: #444444. Windows color (decimal): -13154720 or 6309431. OLE color: 6309431.

HSL color Cylindrical-coordinate representation of color #374660: hue angle of 218.05º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374660 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB557096-
CMYK0.430.2700.62
HSL218.05º27.15%29.61%-
HSV(B)218.05º42.71%37.65%-
XYZ5.886.0411.92-
YUV68.48143.53118.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=24.89%
G=31.67%
B=43.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5570960.430.2700.62218.0527.1529.61
Hex3746602B1B03Eda1b1e
Octal6710614053330763323336
Binary11011110001101100000101011110110111110110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374660; }

 p { color: rgb(55,70,96); }

 H1.HeaderClassName
 {
   color: #374660;
 }
 .AnyTagClassName
 {
   color: #374660;
 }
</style>
background-color css

<style>
 a { background-color: #374660; }

 a { background-color: rgb(55,70,96); }

 div.DivClassName
 {
   background-color: #374660;
 }
 .BgClassName
 {
   background-color: #374660;
 }
</style>
border-color css

<style>
 span { border-color: #374660; }

 span { border-color: rgb(55,70,96); }

 td.TdClassName
 {
   border-color: #374660;
 }
 .TagClassName
 {
   border-color: #374660;
 }
</style>