Html Css Color HEX #357393 Astral

📋 copy color: '#357393'

red 53 ◦ green 115 ◦ blue 147

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

Shades of Astral #357393

Tints of Astral #357393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 16.83%
G = 36.51%
B = 46.67%

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

#357393 (or 0x357393) is known color: Astral. HEX triplet: 35, 73 and 93. RGB value is (53,115,147). Sum of RGB (Red+Green+Blue) = 53+115+147=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #357393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357393 is #CA8C6C. Grayscale: #636363. Windows color (decimal): -13274221 or 9663285. OLE color: 9663285.

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

Color convert

RGB 53 115 147 -
CMYK 0.64 0.22 0 0.42
HSL 200.43º 0.47% 0.39% -
HSV(B) 200.43º 0.64% 0.58% -
XYZ 12.87 15.12 29.85 -
YUV 100.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 53 115 147 0.64 0.22 0 0.42 200.43 0.47 0.39
Hex 35 73 93 40 16 0 2A C8 2F 27
Octal 65 163 223 100 26 0 52 310 57 47
Binary 110101 1110011 10010011 1000000 10110 0 101010 11001000 101111 100111

Color Harmonies of #357393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357393

Black with #357393

Text Example


Text Example

White with #357393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357393; }

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

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

background-color css

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

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

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

border-color css

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

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

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