#356393

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

Shades of Endeavour #356393

Tints of Endeavour #356393

Color information

#356393 (or 0x356393) is unknown color: approx Endeavour. HEX triplet: 35, 63 and 93. RGB value is (53,99,147). Sum of RGB (Red+Green+Blue) = 53+99+147=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #356393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356393 is #CA9C6C. Grayscale: #5A5A5A. Windows color (decimal): -13278317 or 9659189. OLE color: 9659189.

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

Color convert

RGB5399147-
CMYK0.640.3300.42
HSL210.64º47%39.22%-
HSV(B)210.64º63.95%57.65%-
XYZ11.211.7929.29-
YUV90.72159.76101.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=17.73%
G=33.11%
B=49.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53991470.640.3300.42210.644739.22
Hex356393402102Ad32f27
Octal65143223100410523235747
Binary1101011100011100100111000000100001010101011010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356393; }

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

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

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

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

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

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

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

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