#335D97

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

Shades of Endeavour #335D97

Tints of Endeavour #335D97

Color information

#335D97 (or 0x335D97) is unknown color: approx Endeavour. HEX triplet: 33, 5D and 97. RGB value is (51,93,151). Sum of RGB (Red+Green+Blue) = 51+93+151=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #335D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D97 is #CCA268. Grayscale: #565656. Windows color (decimal): -13410921 or 9919795. OLE color: 9919795.

HSL color Cylindrical-coordinate representation of color #335D97: hue angle of 214.8º 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 #335D97 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5193151-
CMYK0.660.3800.41
HSL214.8º49.5%39.61%-
HSV(B)214.8º66.23%59.22%-
XYZ10.8710.7730.78-
YUV87.05164.09102.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=17.29%
G=31.53%
B=51.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51931510.660.3800.41214.849.539.61
Hex335D974226029d73228
Octal63135227102460513276250
Binary1100111011101100101111000010100110010100111010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335D97; }

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

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

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

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

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

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

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

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