#373D58

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

Shades of Gulf Blue #373D58

Tints of Gulf Blue #373D58

Color information

#373D58 (or 0x373D58) is unknown color: approx Gulf Blue. HEX triplet: 37, 3D and 58. RGB value is (55,61,88). Sum of RGB (Red+Green+Blue) = 55+61+88=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #373D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D58 is #C8C2A7. Grayscale: #3E3E3E. Windows color (decimal): -13157032 or 5782839. OLE color: 5782839.

HSL color Cylindrical-coordinate representation of color #373D58: hue angle of 229.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #373D58 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB556188-
CMYK0.380.3100.65
HSL229.09º23.08%28.04%-
HSV(B)229.09º37.5%34.51%-
XYZ5.014.859.91-
YUV62.28142.51122.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=26.96%
G=29.90%
B=43.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5561880.380.3100.65229.0923.0828.04
Hex373D58261F041e5171c
Octal6775130463701013452734
Binary11011111110110110001001101111101000001111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373D58; }

 p { color: rgb(55,61,88); }

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

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

 a { background-color: rgb(55,61,88); }

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

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

 span { border-color: rgb(55,61,88); }

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