Html Css Color HEX #373F56 Gulf Blue

📋 copy color: '#373F56'

red 55 ◦ green 63 ◦ blue 86

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

Shades of Gulf Blue #373F56

Tints of Gulf Blue #373F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 26.96%
G = 30.88%
B = 42.16%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#373F56 (or 0x373F56) is known color: Gulf Blue. HEX triplet: 37, 3F and 56. RGB value is (55,63,86). Sum of RGB (Red+Green+Blue) = 55+63+86=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #373F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F56 is #C8C0A9. Grayscale: #3F3F3F. Windows color (decimal): -13156522 or 5652279. OLE color: 5652279.

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

Color convert

RGB 55 63 86 -
CMYK 0.36 0.27 0 0.66
HSL 224.52º 0.22% 0.28% -
HSV(B) 224.52º 0.36% 0.34% -
XYZ 5.03 5.04 9.51 -
YUV 63.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 55 63 86 0.36 0.27 0 0.66 224.52 0.22 0.28
Hex 37 3F 56 24 1B 0 42 E1 16 1C
Octal 67 77 126 44 33 0 102 341 26 34
Binary 110111 111111 1010110 100100 11011 0 1000010 11100001 10110 11100

Color Harmonies of #373F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F56

Black with #373F56

Text Example


Text Example

White with #373F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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