#335792

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

Shades of Endeavour #335792

Tints of Endeavour #335792

Color information

#335792 (or 0x335792) is unknown color: approx Endeavour. HEX triplet: 33, 57 and 92. RGB value is (51,87,146). Sum of RGB (Red+Green+Blue) = 51+87+146=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #335792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335792 is #CCA86D. Grayscale: #525252. Windows color (decimal): -13412462 or 9590579. OLE color: 9590579.

HSL color Cylindrical-coordinate representation of color #335792: hue angle of 217.26º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335792 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5187146-
CMYK0.650.4000.43
HSL217.26º48.22%38.63%-
HSV(B)217.26º65.07%57.25%-
XYZ9.969.628.52-
YUV82.96163.57105.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=17.96%
G=30.63%
B=51.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51871460.650.4000.43217.2648.2238.63
Hex335792412802Bd93027
Octal63127222101500533316047
Binary1100111010111100100101000001101000010101111011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335792; }

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

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

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

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

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

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

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

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