Html Css Color HEX #357487 Astral

📋 copy color: '#357487'

red 53 ◦ green 116 ◦ blue 135

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

Shades of Astral #357487

Tints of Astral #357487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 17.43%
G = 38.16%
B = 44.41%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#357487 (or 0x357487) is known color: Astral. HEX triplet: 35, 74 and 87. RGB value is (53,116,135). Sum of RGB (Red+Green+Blue) = 53+116+135=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #357487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357487 is #CA8B78. Grayscale: #636363. Windows color (decimal): -13273977 or 8877109. OLE color: 8877109.

HSL color Cylindrical-coordinate representation of color #357487: hue angle of 193.9º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357487 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 116 135 -
CMYK 0.61 0.14 0 0.47
HSL 193.9º 0.44% 0.37% -
HSV(B) 193.9º 0.61% 0.53% -
XYZ 12.09 15 25.18 -
YUV 99.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 53 116 135 0.61 0.14 0 0.47 193.9 0.44 0.37
Hex 35 74 87 3D E 0 2F C2 2C 25
Octal 65 164 207 75 16 0 57 302 54 45
Binary 110101 1110100 10000111 111101 1110 0 101111 11000010 101100 100101

Color Harmonies of #357487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357487

Black with #357487

Text Example


Text Example

White with #357487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357487; }

 p { color: rgb(53,116,135); }

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

background-color css

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

 a { background-color: rgb(53,116,135); }

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

border-color css

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

 span { border-color: rgb(53,116,135); }

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