Html Css Color HEX #357180 Astral

📋 copy color: '#357180'

red 53 ◦ green 113 ◦ blue 128

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

Shades of Astral #357180

Tints of Astral #357180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 18.03%
G = 38.44%
B = 43.54%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#357180 (or 0x357180) is known color: Astral. HEX triplet: 35, 71 and 80. RGB value is (53,113,128). Sum of RGB (Red+Green+Blue) = 53+113+128=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #357180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357180 is #CA8E7F. Grayscale: #606060. Windows color (decimal): -13274752 or 8417589. OLE color: 8417589.

HSL color Cylindrical-coordinate representation of color #357180: hue angle of 192º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357180 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 113 128 -
CMYK 0.59 0.12 0 0.50
HSL 192º 0.41% 0.35% -
HSV(B) 192º 0.59% 0.5% -
XYZ 11.27 14.13 22.55 -
YUV 96.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 53 113 128 0.59 0.12 0 0.50 192 0.41 0.35
Hex 35 71 80 3B C 0 32 C0 29 23
Octal 65 161 200 73 14 0 62 300 51 43
Binary 110101 1110001 10000000 111011 1100 0 110010 11000000 101001 100011

Color Harmonies of #357180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357180

Black with #357180

Text Example


Text Example

White with #357180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357180; }

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

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

background-color css

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

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

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

border-color css

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

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

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