Html Css Color HEX #357295 Astral

📋 copy color: '#357295'

red 53 ◦ green 114 ◦ blue 149

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

Shades of Astral #357295

Tints of Astral #357295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 16.77%
G = 36.08%
B = 47.15%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357295 (or 0x357295) is known color: Astral. HEX triplet: 35, 72 and 95. RGB value is (53,114,149). Sum of RGB (Red+Green+Blue) = 53+114+149=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #357295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357295 is #CA8D6A. Grayscale: #636363. Windows color (decimal): -13274475 or 9794101. OLE color: 9794101.

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

Color convert

RGB 53 114 149 -
CMYK 0.64 0.23 0 0.42
HSL 201.88º 0.48% 0.4% -
HSV(B) 201.88º 0.64% 0.58% -
XYZ 12.91 14.96 30.64 -
YUV 99.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 53 114 149 0.64 0.23 0 0.42 201.88 0.48 0.4
Hex 35 72 95 40 17 0 2A CA 30 28
Octal 65 162 225 100 27 0 52 312 60 50
Binary 110101 1110010 10010101 1000000 10111 0 101010 11001010 110000 101000

Color Harmonies of #357295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357295

Black with #357295

Text Example


Text Example

White with #357295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357295; }

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

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

background-color css

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

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

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

border-color css

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

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

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