#335D89

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

Shades of Endeavour #335D89

Tints of Endeavour #335D89

Color information

#335D89 (or 0x335D89) is unknown color: approx Endeavour. HEX triplet: 33, 5D and 89. RGB value is (51,93,137). Sum of RGB (Red+Green+Blue) = 51+93+137=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #335D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D89 is #CCA276. Grayscale: #555555. Windows color (decimal): -13410935 or 9002291. OLE color: 9002291.

HSL color Cylindrical-coordinate representation of color #335D89: hue angle of 210.7º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335D89 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5193137-
CMYK0.630.3200.46
HSL210.7º45.74%36.86%-
HSV(B)210.7º62.77%53.73%-
XYZ9.7910.3425.15-
YUV85.46157.09103.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=18.15%
G=33.10%
B=48.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51931370.630.3200.46210.745.7436.86
Hex335D893F2002Ed32e25
Octal6313521177400563235645
Binary110011101110110001001111111100000010111011010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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