Html Css Color HEX #357493 Astral

📋 copy color: '#357493'

red 53 ◦ green 116 ◦ blue 147

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

Shades of Astral #357493

Tints of Astral #357493

RGB

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

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

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

R = 16.77%
G = 36.71%
B = 46.52%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357493 (or 0x357493) is known color: Astral. HEX triplet: 35, 74 and 93. RGB value is (53,116,147). Sum of RGB (Red+Green+Blue) = 53+116+147=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #357493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357493 is #CA8B6C. Grayscale: #646464. Windows color (decimal): -13273965 or 9663541. OLE color: 9663541.

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

Color convert

RGB 53 116 147 -
CMYK 0.64 0.21 0 0.42
HSL 199.79º 0.47% 0.39% -
HSV(B) 199.79º 0.64% 0.58% -
XYZ 12.98 15.35 29.88 -
YUV 100.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 53 116 147 0.64 0.21 0 0.42 199.79 0.47 0.39
Hex 35 74 93 40 15 0 2A C8 2F 27
Octal 65 164 223 100 25 0 52 310 57 47
Binary 110101 1110100 10010011 1000000 10101 0 101010 11001000 101111 100111

Color Harmonies of #357493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357493

Black with #357493

Text Example


Text Example

White with #357493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357493; }

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

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

background-color css

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

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

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

border-color css

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

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

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