#373C53

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

Shades of Gulf Blue #373C53

Tints of Gulf Blue #373C53

Color information

#373C53 (or 0x373C53) is unknown color: approx Gulf Blue. HEX triplet: 37, 3C and 53. RGB value is (55,60,83). Sum of RGB (Red+Green+Blue) = 55+60+83=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #373C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C53 is #C8C3AC. Grayscale: #3D3D3D. Windows color (decimal): -13157293 or 5454903. OLE color: 5454903.

HSL color Cylindrical-coordinate representation of color #373C53: hue angle of 229.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #373C53 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB556083-
CMYK0.340.2800.67
HSL229.29º20.29%27.06%-
HSV(B)229.29º33.73%32.55%-
XYZ4.754.678.83-
YUV61.13140.34123.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=27.78%
G=30.30%
B=41.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5560830.340.2800.67229.2920.2927.06
Hex373C53221C043e5141b
Octal6774123423401033452433
Binary11011111110010100111000101110001000011111001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,60,83); }

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

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

 a { background-color: rgb(55,60,83); }

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

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

 span { border-color: rgb(55,60,83); }

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