#335B8C

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

Shades of Endeavour #335B8C

Tints of Endeavour #335B8C

Color information

#335B8C (or 0x335B8C) is unknown color: approx Endeavour. HEX triplet: 33, 5B and 8C. RGB value is (51,91,140). Sum of RGB (Red+Green+Blue) = 51+91+140=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #335B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B8C is #CCA473. Grayscale: #545454. Windows color (decimal): -13411444 or 9198387. OLE color: 9198387.

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

Color convert

RGB5191140-
CMYK0.640.3500.45
HSL213.03º46.6%37.45%-
HSV(B)213.03º63.57%54.9%-
XYZ9.8410.0826.24-
YUV84.63159.25104.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=18.09%
G=32.27%
B=49.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51911400.640.3500.45213.0346.637.45
Hex335B8C402302Dd52f25
Octal63133214100430553255745
Binary1100111011011100011001000000100011010110111010101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,91,140); }

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

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

 a { background-color: rgb(51,91,140); }

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

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

 span { border-color: rgb(51,91,140); }

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