#335D90

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

Shades of Endeavour #335D90

Tints of Endeavour #335D90

Color information

#335D90 (or 0x335D90) is unknown color: approx Endeavour. HEX triplet: 33, 5D and 90. RGB value is (51,93,144). Sum of RGB (Red+Green+Blue) = 51+93+144=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #335D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D90 is #CCA26F. Grayscale: #565656. Windows color (decimal): -13410928 or 9461043. OLE color: 9461043.

HSL color Cylindrical-coordinate representation of color #335D90: hue angle of 212.9º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335D90 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5193144-
CMYK0.650.3500.44
HSL212.9º47.69%38.24%-
HSV(B)212.9º64.58%56.47%-
XYZ10.3110.5527.88-
YUV86.26160.59102.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 144 (56.64% from 255) = 50%
R=17.71%
G=32.29%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51931440.650.3500.44212.947.6938.24
Hex335D90412302Cd53026
Octal63135220101430543256046
Binary1100111011101100100001000001100011010110011010101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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