Html Css Color HEX #373F58 Gulf Blue

📋 copy color: '#373F58'

red 55 ◦ green 63 ◦ blue 88

#373F58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #373F58

Tints of Gulf Blue #373F58

RGB

 RED value IS 55 (21.88% from 255) = 26.7%

 GREEN value IS 63 (25% from 255) = 30.58%

 BLUE value IS 88 (34.77% from 255) = 42.72%

R = 26.7%
G = 30.58%
B = 42.72%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#373F58 (or 0x373F58) is known color: Gulf Blue. HEX triplet: 37, 3F and 58. RGB value is (55,63,88). Sum of RGB (Red+Green+Blue) = 55+63+88=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #373F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F58 is #C8C0A7. Grayscale: #3F3F3F. Windows color (decimal): -13156520 or 5783351. OLE color: 5783351.

HSL color Cylindrical-coordinate representation of color #373F58: hue angle of 225.45º 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 #373F58 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 63 88 -
CMYK 0.38 0.28 0 0.65
HSL 225.45º 0.23% 0.28% -
HSV(B) 225.45º 0.38% 0.35% -
XYZ 5.11 5.07 9.94 -
YUV 63.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 55 63 88 0.38 0.28 0 0.65 225.45 0.23 0.28
Hex 37 3F 58 26 1C 0 41 E1 17 1C
Octal 67 77 130 46 34 0 101 341 27 34
Binary 110111 111111 1011000 100110 11100 0 1000001 11100001 10111 11100

Color Harmonies of #373F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F58

Black with #373F58

Text Example


Text Example

White with #373F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #373F58;
 }
 .AnyTagClassName
 {
   color: #373F58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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