#335895

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

Shades of Endeavour #335895

Tints of Endeavour #335895

Color information

#335895 (or 0x335895) is unknown color: approx Endeavour. HEX triplet: 33, 58 and 95. RGB value is (51,88,149). Sum of RGB (Red+Green+Blue) = 51+88+149=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #335895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335895 is #CCA76A. Grayscale: #535353. Windows color (decimal): -13412203 or 9787443. OLE color: 9787443.

HSL color Cylindrical-coordinate representation of color #335895: hue angle of 217.35º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335895 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5188149-
CMYK0.660.4100.42
HSL217.35º49%39.22%-
HSV(B)217.35º65.77%58.43%-
XYZ10.289.8529.79-
YUV83.89164.74104.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=17.71%
G=30.56%
B=51.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51881490.660.4100.42217.354939.22
Hex335895422902Ad93127
Octal63130225102510523316147
Binary1100111011000100101011000010101001010101011011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335895; }

 p { color: rgb(51,88,149); }

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

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

 a { background-color: rgb(51,88,149); }

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

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

 span { border-color: rgb(51,88,149); }

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