#357795

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

Shades of Astral #357795

Tints of Astral #357795

Color information

#357795 (or 0x357795) is unknown color: approx Astral. HEX triplet: 35, 77 and 95. RGB value is (53,119,149). Sum of RGB (Red+Green+Blue) = 53+119+149=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #357795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357795 is #CA886A. Grayscale: #666666. Windows color (decimal): -13273195 or 9795381. OLE color: 9795381.

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

Color convert

RGB53119149-
CMYK0.640.2000.42
HSL198.75º47.52%39.61%-
HSV(B)198.75º64.43%58.43%-
XYZ13.4916.1230.83-
YUV102.69154.1392.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=16.51%
G=37.07%
B=46.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531191490.640.2000.42198.7547.5239.61
Hex357795401402Ac73028
Octal65167225100240523076050
Binary110101111011110010101100000010100010101011000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357795; }

 p { color: rgb(53,119,149); }

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

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

 a { background-color: rgb(53,119,149); }

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

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

 span { border-color: rgb(53,119,149); }

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