Html Css Color HEX #357093 Astral

📋 copy color: '#357093'

red 53 ◦ green 112 ◦ blue 147

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

Shades of Astral #357093

Tints of Astral #357093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 16.99%
G = 35.9%
B = 47.12%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357093 (or 0x357093) is known color: Astral. HEX triplet: 35, 70 and 93. RGB value is (53,112,147). Sum of RGB (Red+Green+Blue) = 53+112+147=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #357093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357093 is #CA8F6C. Grayscale: #626262. Windows color (decimal): -13274989 or 9662517. OLE color: 9662517.

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

Color convert

RGB 53 112 147 -
CMYK 0.64 0.24 0 0.42
HSL 202.34º 0.47% 0.39% -
HSV(B) 202.34º 0.64% 0.58% -
XYZ 12.53 14.45 29.73 -
YUV 98.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 53 112 147 0.64 0.24 0 0.42 202.34 0.47 0.39
Hex 35 70 93 40 18 0 2A CA 2F 27
Octal 65 160 223 100 30 0 52 312 57 47
Binary 110101 1110000 10010011 1000000 11000 0 101010 11001010 101111 100111

Color Harmonies of #357093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357093

Black with #357093

Text Example


Text Example

White with #357093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357093; }

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

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

background-color css

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

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

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

border-color css

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

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

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