#355B93

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

Shades of Endeavour #355B93

Tints of Endeavour #355B93

Color information

#355B93 (or 0x355B93) is unknown color: approx Endeavour. HEX triplet: 35, 5B and 93. RGB value is (53,91,147). Sum of RGB (Red+Green+Blue) = 53+91+147=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #355B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B93 is #CAA46C. Grayscale: #555555. Windows color (decimal): -13280365 or 9657141. OLE color: 9657141.

HSL color Cylindrical-coordinate representation of color #355B93: hue angle of 215.74º 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 #355B93 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5391147-
CMYK0.640.3800.42
HSL215.74º47%39.22%-
HSV(B)215.74º63.95%57.65%-
XYZ10.4810.3529.05-
YUV86.02162.41104.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=18.21%
G=31.27%
B=50.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53911470.640.3800.42215.744739.22
Hex355B93402602Ad82f27
Octal65133223100460523305747
Binary1101011011011100100111000000100110010101011011000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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