#355C90

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

Shades of Endeavour #355C90

Tints of Endeavour #355C90

Color information

#355C90 (or 0x355C90) is unknown color: approx Endeavour. HEX triplet: 35, 5C and 90. RGB value is (53,92,144). Sum of RGB (Red+Green+Blue) = 53+92+144=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #355C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C90 is #CAA36F. Grayscale: #565656. Windows color (decimal): -13280112 or 9460789. OLE color: 9460789.

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

Color convert

RGB5392144-
CMYK0.630.3600.44
HSL214.29º46.19%38.63%-
HSV(B)214.29º63.19%56.47%-
XYZ10.3310.4227.85-
YUV86.27160.58104.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=18.34%
G=31.83%
B=49.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53921440.630.3600.44214.2946.1938.63
Hex355C903F2402Cd62e27
Octal6513422077440543265647
Binary110101101110010010000111111100100010110011010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,92,144); }

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

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

 a { background-color: rgb(53,92,144); }

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

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

 span { border-color: rgb(53,92,144); }

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