#357286

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

Shades of Astral #357286

Tints of Astral #357286

Color information

#357286 (or 0x357286) is unknown color: approx Astral. HEX triplet: 35, 72 and 86. RGB value is (53,114,134). Sum of RGB (Red+Green+Blue) = 53+114+134=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #357286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357286 is #CA8D79. Grayscale: #616161. Windows color (decimal): -13274490 or 8811061. OLE color: 8811061.

HSL color Cylindrical-coordinate representation of color #357286: hue angle of 194.81º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357286 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53114134-
CMYK0.600.1500.47
HSL194.81º43.32%36.67%-
HSV(B)194.81º60.45%52.55%-
XYZ11.7914.5124.73-
YUV98.04148.2995.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=17.61%
G=37.87%
B=44.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531141340.600.1500.47194.8143.3236.67
Hex3572863CF02Fc32b25
Octal6516220674170573035345
Binary1101011110010100001101111001111010111111000011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357286; }

 p { color: rgb(53,114,134); }

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

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

 a { background-color: rgb(53,114,134); }

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

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

 span { border-color: rgb(53,114,134); }

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