Html Css Color HEX #376092 Endeavour

📋 copy color: '#376092'

red 55 ◦ green 96 ◦ blue 146

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

Shades of Endeavour #376092

Tints of Endeavour #376092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 18.52%
G = 32.32%
B = 49.16%

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

#376092 (or 0x376092) is known color: Endeavour. HEX triplet: 37, 60 and 92. RGB value is (55,96,146). Sum of RGB (Red+Green+Blue) = 55+96+146=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #376092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376092 is #C89F6D. Grayscale: #595959. Windows color (decimal): -13148014 or 9592887. OLE color: 9592887.

HSL color Cylindrical-coordinate representation of color #376092: hue angle of 212.97º 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 #376092 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 96 146 -
CMYK 0.62 0.34 0 0.43
HSL 212.97º 0.45% 0.39% -
HSV(B) 212.97º 0.62% 0.57% -
XYZ 10.95 11.25 28.79 -
YUV 89.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 55 96 146 0.62 0.34 0 0.43 212.97 0.45 0.39
Hex 37 60 92 3E 22 0 2B D5 2D 27
Octal 67 140 222 76 42 0 53 325 55 47
Binary 110111 1100000 10010010 111110 100010 0 101011 11010101 101101 100111

Color Harmonies of #376092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376092

Black with #376092

Text Example


Text Example

White with #376092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376092; }

 p { color: rgb(55,96,146); }

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

background-color css

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

 a { background-color: rgb(55,96,146); }

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

border-color css

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

 span { border-color: rgb(55,96,146); }

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