#295192

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

Shades of Endeavour #295192

Tints of Endeavour #295192

Color information

#295192 (or 0x295192) is unknown color: approx Endeavour. HEX triplet: 29, 51 and 92. RGB value is (41,81,146). Sum of RGB (Red+Green+Blue) = 41+81+146=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #295192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295192 is #D6AE6D. Grayscale: #4C4C4C. Windows color (decimal): -14069358 or 9589033. OLE color: 9589033.

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

Color convert

RGB4181146-
CMYK0.720.4500.43
HSL217.14º56.15%36.67%-
HSV(B)217.14º71.92%57.25%-
XYZ9.058.4328.34-
YUV76.45167.25102.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=15.30%
G=30.22%
B=54.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41811460.720.4500.43217.1456.1536.67
Hex295192482D02Bd93825
Octal51121222110550533317045
Binary1010011010001100100101001000101101010101111011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295192; }

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

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

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

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

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

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

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

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