Html Css Color HEX #373F5C Gulf Blue

📋 copy color: '#373F5C'

red 55 ◦ green 63 ◦ blue 92

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

Shades of Gulf Blue #373F5C

Tints of Gulf Blue #373F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 26.19%
G = 30%
B = 43.81%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#373F5C (or 0x373F5C) is known color: Gulf Blue. HEX triplet: 37, 3F and 5C. RGB value is (55,63,92). Sum of RGB (Red+Green+Blue) = 55+63+92=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #373F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F5C is #C8C0A3. Grayscale: #3F3F3F. Windows color (decimal): -13156516 or 6045495. OLE color: 6045495.

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

Color convert

RGB 55 63 92 -
CMYK 0.40 0.32 0 0.64
HSL 227.03º 0.25% 0.29% -
HSV(B) 227.03º 0.4% 0.36% -
XYZ 5.28 5.14 10.84 -
YUV 63.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 55 63 92 0.40 0.32 0 0.64 227.03 0.25 0.29
Hex 37 3F 5C 28 20 0 40 E3 19 1D
Octal 67 77 134 50 40 0 100 343 31 35
Binary 110111 111111 1011100 101000 100000 0 1000000 11100011 11001 11101

Color Harmonies of #373F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F5C

Black with #373F5C

Text Example


Text Example

White with #373F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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