Html Css Color HEX #373F5D Gulf Blue

📋 copy color: '#373F5D'

red 55 ◦ green 63 ◦ blue 93

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

Shades of Gulf Blue #373F5D

Tints of Gulf Blue #373F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 26.07%
G = 29.86%
B = 44.08%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#373F5D (or 0x373F5D) is known color: Gulf Blue. HEX triplet: 37, 3F and 5D. RGB value is (55,63,93). Sum of RGB (Red+Green+Blue) = 55+63+93=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #373F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F5D is #C8C0A2. Grayscale: #3F3F3F. Windows color (decimal): -13156515 or 6111031. OLE color: 6111031.

HSL color Cylindrical-coordinate representation of color #373F5D: hue angle of 227.37º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #373F5D is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 63 93 -
CMYK 0.41 0.32 0 0.64
HSL 227.37º 0.26% 0.29% -
HSV(B) 227.37º 0.41% 0.36% -
XYZ 5.33 5.16 11.07 -
YUV 64.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 55 63 93 0.41 0.32 0 0.64 227.37 0.26 0.29
Hex 37 3F 5D 29 20 0 40 E3 1A 1D
Octal 67 77 135 51 40 0 100 343 32 35
Binary 110111 111111 1011101 101001 100000 0 1000000 11100011 11010 11101

Color Harmonies of #373F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F5D

Black with #373F5D

Text Example


Text Example

White with #373F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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