#357092

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

Shades of Astral #357092

Tints of Astral #357092

Color information

#357092 (or 0x357092) is unknown color: approx Astral. HEX triplet: 35, 70 and 92. RGB value is (53,112,146). Sum of RGB (Red+Green+Blue) = 53+112+146=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #357092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357092 is #CA8F6D. Grayscale: #626262. Windows color (decimal): -13274990 or 9596981. OLE color: 9596981.

HSL color Cylindrical-coordinate representation of color #357092: hue angle of 201.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357092 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53112146-
CMYK0.640.2300.43
HSL201.94º46.73%39.02%-
HSV(B)201.94º63.7%57.25%-
XYZ12.4514.4229.32-
YUV98.24154.9595.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=17.04%
G=36.01%
B=46.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531121460.640.2300.43201.9446.7339.02
Hex357092401702Bca2f27
Octal65160222100270533125747
Binary110101111000010010010100000010111010101111001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357092; }

 p { color: rgb(53,112,146); }

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

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

 a { background-color: rgb(53,112,146); }

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

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

 span { border-color: rgb(53,112,146); }

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