Html Css Color HEX #373D58 Gulf Blue

📋 copy color: '#373D58'

red 55 ◦ green 61 ◦ blue 88

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

Shades of Gulf Blue #373D58

Tints of Gulf Blue #373D58

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 26.96%
G = 29.9%
B = 43.14%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#373D58 (or 0x373D58) is known color: Gulf Blue. HEX triplet: 37, 3D and 58. RGB value is (55,61,88). Sum of RGB (Red+Green+Blue) = 55+61+88=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #373D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D58 is #C8C2A7. Grayscale: #3E3E3E. Windows color (decimal): -13157032 or 5782839. OLE color: 5782839.

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

Color convert

RGB 55 61 88 -
CMYK 0.38 0.31 0 0.65
HSL 229.09º 0.23% 0.28% -
HSV(B) 229.09º 0.38% 0.35% -
XYZ 5.01 4.85 9.91 -
YUV 62.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 55 61 88 0.38 0.31 0 0.65 229.09 0.23 0.28
Hex 37 3D 58 26 1F 0 41 E5 17 1C
Octal 67 75 130 46 37 0 101 345 27 34
Binary 110111 111101 1011000 100110 11111 0 1000001 11100101 10111 11100

Color Harmonies of #373D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D58

Black with #373D58

Text Example


Text Example

White with #373D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,88); }

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

background-color css

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

 a { background-color: rgb(55,61,88); }

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

border-color css

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

 span { border-color: rgb(55,61,88); }

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