Html Css Color HEX #373E5C Gulf Blue

📋 copy color: '#373E5C'

red 55 ◦ green 62 ◦ blue 92

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

Shades of Gulf Blue #373E5C

Tints of Gulf Blue #373E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.67%

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

R = 26.32%
G = 29.67%
B = 44.02%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#373E5C (or 0x373E5C) is known color: Gulf Blue. HEX triplet: 37, 3E and 5C. RGB value is (55,62,92). Sum of RGB (Red+Green+Blue) = 55+62+92=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #373E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E5C is #C8C1A3. Grayscale: #3F3F3F. Windows color (decimal): -13156772 or 6045239. OLE color: 6045239.

HSL color Cylindrical-coordinate representation of color #373E5C: hue angle of 228.65º 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 #373E5C is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 62 92 -
CMYK 0.40 0.33 0 0.64
HSL 228.65º 0.25% 0.29% -
HSV(B) 228.65º 0.4% 0.36% -
XYZ 5.23 5.03 10.82 -
YUV 63.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 55 62 92 0.40 0.33 0 0.64 228.65 0.25 0.29
Hex 37 3E 5C 28 21 0 40 E5 19 1D
Octal 67 76 134 50 41 0 100 345 31 35
Binary 110111 111110 1011100 101000 100001 0 1000000 11100101 11001 11101

Color Harmonies of #373E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E5C

Black with #373E5C

Text Example


Text Example

White with #373E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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