Html Css Color HEX #373E5A Gulf Blue

📋 copy color: '#373E5A'

red 55 ◦ green 62 ◦ blue 90

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

Shades of Gulf Blue #373E5A

Tints of Gulf Blue #373E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 26.57%
G = 29.95%
B = 43.48%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#373E5A (or 0x373E5A) is known color: Gulf Blue. HEX triplet: 37, 3E and 5A. RGB value is (55,62,90). Sum of RGB (Red+Green+Blue) = 55+62+90=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #373E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E5A is #C8C1A5. Grayscale: #3E3E3E. Windows color (decimal): -13156774 or 5914167. OLE color: 5914167.

HSL color Cylindrical-coordinate representation of color #373E5A: hue angle of 228º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #373E5A is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 62 90 -
CMYK 0.39 0.31 0 0.65
HSL 228º 0.24% 0.28% -
HSV(B) 228º 0.39% 0.35% -
XYZ 5.14 5 10.37 -
YUV 63.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 55 62 90 0.39 0.31 0 0.65 228 0.24 0.28
Hex 37 3E 5A 27 1F 0 41 E4 18 1C
Octal 67 76 132 47 37 0 101 344 30 34
Binary 110111 111110 1011010 100111 11111 0 1000001 11100100 11000 11100

Color Harmonies of #373E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E5A

Black with #373E5A

Text Example


Text Example

White with #373E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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