#335B97

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

Shades of Endeavour #335B97

Tints of Endeavour #335B97

Color information

#335B97 (or 0x335B97) is unknown color: approx Endeavour. HEX triplet: 33, 5B and 97. RGB value is (51,91,151). Sum of RGB (Red+Green+Blue) = 51+91+151=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #335B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B97 is #CCA468. Grayscale: #555555. Windows color (decimal): -13411433 or 9919283. OLE color: 9919283.

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

Color convert

RGB5191151-
CMYK0.660.4000.41
HSL216º49.5%39.61%-
HSV(B)216º66.23%59.22%-
XYZ10.6910.4230.73-
YUV85.88164.75103.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 151 (59.38% from 255) = 51.54%
R=17.41%
G=31.06%
B=51.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51911510.660.4000.4121649.539.61
Hex335B974228029d83228
Octal63133227102500513306250
Binary1100111011011100101111000010101000010100111011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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