#335794

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

Shades of Endeavour #335794

Tints of Endeavour #335794

Color information

#335794 (or 0x335794) is unknown color: approx Endeavour. HEX triplet: 33, 57 and 94. RGB value is (51,87,148). Sum of RGB (Red+Green+Blue) = 51+87+148=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #335794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335794 is #CCA86B. Grayscale: #525252. Windows color (decimal): -13412460 or 9721651. OLE color: 9721651.

HSL color Cylindrical-coordinate representation of color #335794: hue angle of 217.73º 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 #335794 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5187148-
CMYK0.660.4100.42
HSL217.73º48.74%39.02%-
HSV(B)217.73º65.54%58.04%-
XYZ10.129.6629.35-
YUV83.19164.57105.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 148 (58.20% from 255) = 51.75%
R=17.83%
G=30.42%
B=51.75%

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
Decimal51871480.660.4100.42217.7348.7439.02
Hex335794422902Ada3127
Octal63127224102510523326147
Binary1100111010111100101001000010101001010101011011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335794; }

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

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

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

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

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

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

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

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