Html Css Color HEX #357192 Astral

📋 copy color: '#357192'

red 53 ◦ green 113 ◦ blue 146

#357192
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #357192

Tints of Astral #357192

RGB

 RED value IS 53 (21.09% from 255) = 16.99%

 GREEN value IS 113 (44.53% from 255) = 36.22%

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 16.99%
G = 36.22%
B = 46.79%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357192 (or 0x357192) is known color: Astral. HEX triplet: 35, 71 and 92. RGB value is (53,113,146). Sum of RGB (Red+Green+Blue) = 53+113+146=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #357192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357192 is #CA8E6D. Grayscale: #626262. Windows color (decimal): -13274734 or 9597237. OLE color: 9597237.

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

Color convert

RGB 53 113 146 -
CMYK 0.64 0.23 0 0.43
HSL 201.29º 0.47% 0.39% -
HSV(B) 201.29º 0.64% 0.57% -
XYZ 12.56 14.64 29.36 -
YUV 98.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 53 113 146 0.64 0.23 0 0.43 201.29 0.47 0.39
Hex 35 71 92 40 17 0 2B C9 2F 27
Octal 65 161 222 100 27 0 53 311 57 47
Binary 110101 1110001 10010010 1000000 10111 0 101011 11001001 101111 100111

Color Harmonies of #357192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357192

Black with #357192

Text Example


Text Example

White with #357192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357192; }

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

 H1.HeaderClassName
 {
   color: #357192;
 }
 .AnyTagClassName
 {
   color: #357192;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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