#374360

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

Shades of Gulf Blue #374360

Tints of Gulf Blue #374360

Color information

#374360 (or 0x374360) is unknown color: approx Gulf Blue. HEX triplet: 37, 43 and 60. RGB value is (55,67,96). Sum of RGB (Red+Green+Blue) = 55+67+96=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #374360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374360 is #C8BC9F. Grayscale: #424242. Windows color (decimal): -13155488 or 6308663. OLE color: 6308663.

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

Color convert

RGB556796-
CMYK0.430.3000.62
HSL222.44º27.15%29.61%-
HSV(B)222.44º42.71%37.65%-
XYZ5.695.6711.86-
YUV66.72144.52119.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=25.23%
G=30.73%
B=44.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5567960.430.3000.62222.4427.1529.61
Hex3743602B1E03Ede1b1e
Octal6710314053360763363336
Binary11011110000111100000101011111100111110110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374360; }

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

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

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

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

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

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

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

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