#295384

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

Shades of Endeavour #295384

Tints of Endeavour #295384

Color information

#295384 (or 0x295384) is unknown color: approx Endeavour. HEX triplet: 29, 53 and 84. RGB value is (41,83,132). Sum of RGB (Red+Green+Blue) = 41+83+132=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #295384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295384 is #D6AC7B. Grayscale: #4B4B4B. Windows color (decimal): -14068860 or 8672041. OLE color: 8672041.

HSL color Cylindrical-coordinate representation of color #295384: hue angle of 212.31º 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 #295384 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4183132-
CMYK0.690.3700.48
HSL212.31º52.6%33.92%-
HSV(B)212.31º68.94%51.76%-
XYZ8.178.3223.01-
YUV76.03159.59103.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=16.02%
G=32.42%
B=51.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41831320.690.3700.48212.3152.633.92
Hex2953844525030d43522
Octal51123204105450603246542
Binary1010011010011100001001000101100101011000011010100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295384; }

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

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

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

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

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

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

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

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