Html Css Color HEX #357293 Astral

📋 copy color: '#357293'

red 53 ◦ green 114 ◦ blue 147

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

Shades of Astral #357293

Tints of Astral #357293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 16.88%
G = 36.31%
B = 46.82%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357293 (or 0x357293) is known color: Astral. HEX triplet: 35, 72 and 93. RGB value is (53,114,147). Sum of RGB (Red+Green+Blue) = 53+114+147=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #357293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357293 is #CA8D6C. Grayscale: #636363. Windows color (decimal): -13274477 or 9663029. OLE color: 9663029.

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

Color convert

RGB 53 114 147 -
CMYK 0.64 0.22 0 0.42
HSL 201.06º 0.47% 0.39% -
HSV(B) 201.06º 0.64% 0.58% -
XYZ 12.75 14.9 29.81 -
YUV 99.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 53 114 147 0.64 0.22 0 0.42 201.06 0.47 0.39
Hex 35 72 93 40 16 0 2A C9 2F 27
Octal 65 162 223 100 26 0 52 311 57 47
Binary 110101 1110010 10010011 1000000 10110 0 101010 11001001 101111 100111

Color Harmonies of #357293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357293

Black with #357293

Text Example


Text Example

White with #357293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357293; }

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

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

background-color css

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

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

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

border-color css

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

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

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