#296392

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

Shades of Endeavour #296392

Tints of Endeavour #296392

Color information

#296392 (or 0x296392) is unknown color: approx Endeavour. HEX triplet: 29, 63 and 92. RGB value is (41,99,146). Sum of RGB (Red+Green+Blue) = 41+99+146=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #296392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296392 is #D69C6D. Grayscale: #565656. Windows color (decimal): -14064750 or 9593641. OLE color: 9593641.

HSL color Cylindrical-coordinate representation of color #296392: hue angle of 206.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296392 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4199146-
CMYK0.720.3200.43
HSL206.86º56.15%36.67%-
HSV(B)206.86º71.92%57.25%-
XYZ10.5611.4728.85-
YUV87.02161.2895.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=14.34%
G=34.62%
B=51.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41991460.720.3200.43206.8656.1536.67
Hex296392482002Bcf3825
Octal51143222110400533177045
Binary1010011100011100100101001000100000010101111001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296392; }

 p { color: rgb(41,99,146); }

 H1.HeaderClassName
 {
   color: #296392;
 }
 .AnyTagClassName
 {
   color: #296392;
 }
</style>
background-color css

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

 a { background-color: rgb(41,99,146); }

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

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

 span { border-color: rgb(41,99,146); }

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