Html Css Color HEX #375F91 Endeavour

📋 copy color: '#375F91'

red 55 ◦ green 95 ◦ blue 145

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

Shades of Endeavour #375F91

Tints of Endeavour #375F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 18.64%
G = 32.2%
B = 49.15%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375F91 (or 0x375F91) is known color: Endeavour. HEX triplet: 37, 5F and 91. RGB value is (55,95,145). Sum of RGB (Red+Green+Blue) = 55+95+145=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #375F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F91 is #C8A06E. Grayscale: #585858. Windows color (decimal): -13148271 or 9527095. OLE color: 9527095.

HSL color Cylindrical-coordinate representation of color #375F91: hue angle of 213.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375F91 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 95 145 -
CMYK 0.62 0.34 0 0.43
HSL 213.33º 0.45% 0.39% -
HSV(B) 213.33º 0.62% 0.57% -
XYZ 10.78 11.04 28.35 -
YUV 88.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 55 95 145 0.62 0.34 0 0.43 213.33 0.45 0.39
Hex 37 5F 91 3E 22 0 2B D5 2D 27
Octal 67 137 221 76 42 0 53 325 55 47
Binary 110111 1011111 10010001 111110 100010 0 101011 11010101 101101 100111

Color Harmonies of #375F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F91

Black with #375F91

Text Example


Text Example

White with #375F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375F91; }

 p { color: rgb(55,95,145); }

 H1.HeaderClassName
 {
   color: #375F91;
 }
 .AnyTagClassName
 {
   color: #375F91;
 }
</style>

background-color css

<style>
 a { background-color: #375F91; }

 a { background-color: rgb(55,95,145); }

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

border-color css

<style>
 span { border-color: #375F91; }

 span { border-color: rgb(55,95,145); }

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