#295484

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

Shades of Endeavour #295484

Tints of Endeavour #295484

Color information

#295484 (or 0x295484) is unknown color: approx Endeavour. HEX triplet: 29, 54 and 84. RGB value is (41,84,132). Sum of RGB (Red+Green+Blue) = 41+84+132=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #295484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295484 is #D6AB7B. Grayscale: #4C4C4C. Windows color (decimal): -14068604 or 8672297. OLE color: 8672297.

HSL color Cylindrical-coordinate representation of color #295484: hue angle of 211.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295484 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4184132-
CMYK0.690.3600.48
HSL211.65º52.6%33.92%-
HSV(B)211.65º68.94%51.76%-
XYZ8.258.4823.03-
YUV76.61159.25102.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=15.95%
G=32.68%
B=51.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41841320.690.3600.48211.6552.633.92
Hex2954844524030d43522
Octal51124204105440603246542
Binary1010011010100100001001000101100100011000011010100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295484; }

 p { color: rgb(41,84,132); }

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

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

 a { background-color: rgb(41,84,132); }

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

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

 span { border-color: rgb(41,84,132); }

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