#335C89

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

Shades of Endeavour #335C89

Tints of Endeavour #335C89

Color information

#335C89 (or 0x335C89) is unknown color: approx Endeavour. HEX triplet: 33, 5C and 89. RGB value is (51,92,137). Sum of RGB (Red+Green+Blue) = 51+92+137=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #335C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C89 is #CCA376. Grayscale: #545454. Windows color (decimal): -13411191 or 9002035. OLE color: 9002035.

HSL color Cylindrical-coordinate representation of color #335C89: hue angle of 211.4º 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 #335C89 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5192137-
CMYK0.630.3300.46
HSL211.4º45.74%36.86%-
HSV(B)211.4º62.77%53.73%-
XYZ9.7110.1625.12-
YUV84.87157.42103.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=18.21%
G=32.86%
B=48.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51921370.630.3300.46211.445.7436.86
Hex335C893F2102Ed32e25
Octal6313421177410563235645
Binary110011101110010001001111111100001010111011010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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