#356490

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

Shades of Endeavour #356490

Tints of Endeavour #356490

Color information

#356490 (or 0x356490) is unknown color: approx Endeavour. HEX triplet: 35, 64 and 90. RGB value is (53,100,144). Sum of RGB (Red+Green+Blue) = 53+100+144=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #356490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356490 is #CA9B6F. Grayscale: #5A5A5A. Windows color (decimal): -13278064 or 9462837. OLE color: 9462837.

HSL color Cylindrical-coordinate representation of color #356490: hue angle of 209.01º 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 #356490 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53100144-
CMYK0.630.3100.44
HSL209.01º46.19%38.63%-
HSV(B)209.01º63.19%56.47%-
XYZ11.0611.8828.1-
YUV90.96157.93100.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=17.85%
G=33.67%
B=48.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531001440.630.3100.44209.0146.1938.63
Hex3564903F1F02Cd12e27
Octal6514422077370543215647
Binary11010111001001001000011111111111010110011010001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356490; }

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

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

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

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

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

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

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

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