#374664

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

Shades of Gulf Blue #374664

Tints of Gulf Blue #374664

Color information

#374664 (or 0x374664) is unknown color: approx Gulf Blue. HEX triplet: 37, 46 and 64. RGB value is (55,70,100). Sum of RGB (Red+Green+Blue) = 55+70+100=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #374664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374664 is #C8B99B. Grayscale: #444444. Windows color (decimal): -13154716 or 6571575. OLE color: 6571575.

HSL color Cylindrical-coordinate representation of color #374664: hue angle of 220º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #374664 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5570100-
CMYK0.450.3000.61
HSL220º29.03%30.39%-
HSV(B)220º45%39.22%-
XYZ6.076.1112.92-
YUV68.94145.53118.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=24.44%
G=31.11%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55701000.450.3000.6122029.0330.39
Hex3746642D1E03Ddc1d1e
Octal6710614455360753343536
Binary11011110001101100100101101111100111101110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374664; }

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

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

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

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

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

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

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

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