#374261

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

Shades of Gulf Blue #374261

Tints of Gulf Blue #374261

Color information

#374261 (or 0x374261) is unknown color: approx Gulf Blue. HEX triplet: 37, 42 and 61. RGB value is (55,66,97). Sum of RGB (Red+Green+Blue) = 55+66+97=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #374261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374261 is #C8BD9E. Grayscale: #424242. Windows color (decimal): -13155743 or 6373943. OLE color: 6373943.

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

Color convert

RGB556697-
CMYK0.430.3200.62
HSL224.29º27.63%29.8%-
HSV(B)224.29º43.3%38.04%-
XYZ5.685.5712.09-
YUV66.24145.36119.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=25.23%
G=30.28%
B=44.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5566970.430.3200.62224.2927.6329.8
Hex3742612B2003Ee01c1e
Octal6710214153400763403436
Binary110111100001011000011010111000000111110111000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374261; }

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

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

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

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

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

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

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

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