#376092

Color #376092 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #376092

Tints of Endeavour #376092

Color information

#376092 (or 0x376092) is unknown color: approx 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

RGB5596146-
CMYK0.620.3400.43
HSL212.97º45.27%39.41%-
HSV(B)212.97º62.33%57.25%-
XYZ10.9511.2528.79-
YUV89.44159.92103.43-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55961460.620.3400.43212.9745.2739.41
Hex3760923E2202Bd52d27
Octal6714022276420533255547
Binary110111110000010010010111110100010010101111010101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>