#374462

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

Shades of Gulf Blue #374462

Tints of Gulf Blue #374462

Color information

#374462 (or 0x374462) is unknown color: approx Gulf Blue. HEX triplet: 37, 44 and 62. RGB value is (55,68,98). Sum of RGB (Red+Green+Blue) = 55+68+98=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #374462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374462 is #C8BB9D. Grayscale: #434343. Windows color (decimal): -13155230 or 6439991. OLE color: 6439991.

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

Color convert

RGB556898-
CMYK0.440.3100.62
HSL221.86º28.1%30%-
HSV(B)221.86º43.88%38.43%-
XYZ5.855.8312.37-
YUV67.53145.19119.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=24.89%
G=30.77%
B=44.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5568980.440.3100.62221.8628.130
Hex3744622C1F03Ede1c1e
Octal6710414254370763363436
Binary11011110001001100010101100111110111110110111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374462; }

 p { color: rgb(55,68,98); }

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

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

 a { background-color: rgb(55,68,98); }

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

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

 span { border-color: rgb(55,68,98); }

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