#335894

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

Shades of Endeavour #335894

Tints of Endeavour #335894

Color information

#335894 (or 0x335894) is unknown color: approx Endeavour. HEX triplet: 33, 58 and 94. RGB value is (51,88,148). Sum of RGB (Red+Green+Blue) = 51+88+148=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #335894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335894 is #CCA76B. Grayscale: #535353. Windows color (decimal): -13412204 or 9721907. OLE color: 9721907.

HSL color Cylindrical-coordinate representation of color #335894: hue angle of 217.11º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335894 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5188148-
CMYK0.660.4100.42
HSL217.11º48.74%39.02%-
HSV(B)217.11º65.54%58.04%-
XYZ10.29.8229.38-
YUV83.78164.24104.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=17.77%
G=30.66%
B=51.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51881480.660.4100.42217.1148.7439.02
Hex335894422902Ad93127
Octal63130224102510523316147
Binary1100111011000100101001000010101001010101011011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335894; }

 p { color: rgb(51,88,148); }

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

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

 a { background-color: rgb(51,88,148); }

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

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

 span { border-color: rgb(51,88,148); }

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