#355A93

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

Shades of Endeavour #355A93

Tints of Endeavour #355A93

Color information

#355A93 (or 0x355A93) is unknown color: approx Endeavour. HEX triplet: 35, 5A and 93. RGB value is (53,90,147). Sum of RGB (Red+Green+Blue) = 53+90+147=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #355A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355A93 is #CAA56C. Grayscale: #555555. Windows color (decimal): -13280621 or 9656885. OLE color: 9656885.

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

Color convert

RGB5390147-
CMYK0.640.3900.42
HSL216.38º47%39.22%-
HSV(B)216.38º63.95%57.65%-
XYZ10.3910.1829.02-
YUV85.43162.74104.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 147 (57.81% from 255) = 50.69%
R=18.28%
G=31.03%
B=50.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53901470.640.3900.42216.384739.22
Hex355A93402702Ad82f27
Octal65132223100470523305747
Binary1101011011010100100111000000100111010101011011000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,90,147); }

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

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

 a { background-color: rgb(53,90,147); }

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

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

 span { border-color: rgb(53,90,147); }

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