#335D8A

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

Shades of Endeavour #335D8A

Tints of Endeavour #335D8A

Color information

#335D8A (or 0x335D8A) is unknown color: approx Endeavour. HEX triplet: 33, 5D and 8A. RGB value is (51,93,138). Sum of RGB (Red+Green+Blue) = 51+93+138=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #335D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D8A is #CCA275. Grayscale: #555555. Windows color (decimal): -13410934 or 9067827. OLE color: 9067827.

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

Color convert

RGB5193138-
CMYK0.630.3300.46
HSL211.03º46.03%37.06%-
HSV(B)211.03º63.04%54.12%-
XYZ9.8710.3725.53-
YUV85.57157.59103.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=18.09%
G=32.98%
B=48.94%

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
Decimal51931380.630.3300.46211.0346.0337.06
Hex335D8A3F2102Ed32e25
Octal6313521277410563235645
Binary110011101110110001010111111100001010111011010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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