#335997

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

Shades of Endeavour #335997

Tints of Endeavour #335997

Color information

#335997 (or 0x335997) is unknown color: approx Endeavour. HEX triplet: 33, 59 and 97. RGB value is (51,89,151). Sum of RGB (Red+Green+Blue) = 51+89+151=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #335997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335997 is #CCA668. Grayscale: #545454. Windows color (decimal): -13411945 or 9918771. OLE color: 9918771.

HSL color Cylindrical-coordinate representation of color #335997: hue angle of 217.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335997 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5189151-
CMYK0.660.4100.41
HSL217.2º49.5%39.61%-
HSV(B)217.2º66.23%59.22%-
XYZ10.5210.0830.67-
YUV84.71165.41103.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=17.53%
G=30.58%
B=51.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51891510.660.4100.41217.249.539.61
Hex3359974229029d93228
Octal63131227102510513316250
Binary1100111011001100101111000010101001010100111011001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335997; }

 p { color: rgb(51,89,151); }

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

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

 a { background-color: rgb(51,89,151); }

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

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

 span { border-color: rgb(51,89,151); }

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