#335A8E

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

Shades of Endeavour #335A8E

Tints of Endeavour #335A8E

Color information

#335A8E (or 0x335A8E) is unknown color: approx Endeavour. HEX triplet: 33, 5A and 8E. RGB value is (51,90,142). Sum of RGB (Red+Green+Blue) = 51+90+142=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #335A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A8E is #CCA571. Grayscale: #545454. Windows color (decimal): -13411698 or 9329203. OLE color: 9329203.

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

Color convert

RGB5190142-
CMYK0.640.3700.44
HSL214.29º47.15%37.84%-
HSV(B)214.29º64.08%55.69%-
XYZ9.99.9726.99-
YUV84.27160.58104.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=18.02%
G=31.80%
B=50.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51901420.640.3700.44214.2947.1537.84
Hex335A8E402502Cd62f26
Octal63132216100450543265746
Binary1100111011010100011101000000100101010110011010110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,90,142); }

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

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

 a { background-color: rgb(51,90,142); }

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

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

 span { border-color: rgb(51,90,142); }

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