#335D8D

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

Shades of Endeavour #335D8D

Tints of Endeavour #335D8D

Color information

#335D8D (or 0x335D8D) is unknown color: approx Endeavour. HEX triplet: 33, 5D and 8D. RGB value is (51,93,141). Sum of RGB (Red+Green+Blue) = 51+93+141=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #335D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D8D is #CCA272. Grayscale: #555555. Windows color (decimal): -13410931 or 9264435. OLE color: 9264435.

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

Color convert

RGB5193141-
CMYK0.640.3400.45
HSL212º46.88%37.65%-
HSV(B)212º63.83%55.29%-
XYZ10.0910.4626.69-
YUV85.91159.09103.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=17.89%
G=32.63%
B=49.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51931410.640.3400.4521246.8837.65
Hex335D8D402202Dd42f26
Octal63135215100420553245746
Binary1100111011101100011011000000100010010110111010100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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