#374260

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

Shades of Gulf Blue #374260

Tints of Gulf Blue #374260

Color information

#374260 (or 0x374260) is unknown color: approx Gulf Blue. HEX triplet: 37, 42 and 60. RGB value is (55,66,96). Sum of RGB (Red+Green+Blue) = 55+66+96=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #374260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374260 is #C8BD9F. Grayscale: #424242. Windows color (decimal): -13155744 or 6308407. OLE color: 6308407.

HSL color Cylindrical-coordinate representation of color #374260: hue angle of 223.9º 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 #374260 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB556696-
CMYK0.430.3100.62
HSL223.9º27.15%29.61%-
HSV(B)223.9º42.71%37.65%-
XYZ5.645.5511.84-
YUV66.13144.86120.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=25.35%
G=30.41%
B=44.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5566960.430.3100.62223.927.1529.61
Hex3742602B1F03Ee01b1e
Octal6710214053370763403336
Binary11011110000101100000101011111110111110111000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374260; }

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

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

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

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

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

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

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

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