#355F91

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

Shades of Endeavour #355F91

Tints of Endeavour #355F91

Color information

#355F91 (or 0x355F91) is unknown color: approx Endeavour. HEX triplet: 35, 5F and 91. RGB value is (53,95,145). Sum of RGB (Red+Green+Blue) = 53+95+145=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #355F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F91 is #CAA06E. Grayscale: #575757. Windows color (decimal): -13279343 or 9527093. OLE color: 9527093.

HSL color Cylindrical-coordinate representation of color #355F91: hue angle of 212.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355F91 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5395145-
CMYK0.630.3400.43
HSL212.61º46.46%38.82%-
HSV(B)212.61º63.45%56.86%-
XYZ10.6710.9928.35-
YUV88.14160.09102.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=18.09%
G=32.42%
B=49.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53951450.630.3400.43212.6146.4638.82
Hex355F913F2202Bd52e27
Octal6513722177420533255647
Binary110101101111110010001111111100010010101111010101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355F91; }

 p { color: rgb(53,95,145); }

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

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

 a { background-color: rgb(53,95,145); }

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

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

 span { border-color: rgb(53,95,145); }

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