Html Css Color HEX #357893 Astral

📋 copy color: '#357893'

red 53 ◦ green 120 ◦ blue 147

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

Shades of Astral #357893

Tints of Astral #357893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

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

R = 16.56%
G = 37.5%
B = 45.94%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357893 (or 0x357893) is known color: Astral. HEX triplet: 35, 78 and 93. RGB value is (53,120,147). Sum of RGB (Red+Green+Blue) = 53+120+147=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #357893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357893 is #CA876C. Grayscale: #666666. Windows color (decimal): -13272941 or 9664565. OLE color: 9664565.

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

Color convert

RGB 53 120 147 -
CMYK 0.64 0.18 0 0.42
HSL 197.23º 0.47% 0.39% -
HSV(B) 197.23º 0.64% 0.58% -
XYZ 13.45 16.3 30.04 -
YUV 103.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 53 120 147 0.64 0.18 0 0.42 197.23 0.47 0.39
Hex 35 78 93 40 12 0 2A C5 2F 27
Octal 65 170 223 100 22 0 52 305 57 47
Binary 110101 1111000 10010011 1000000 10010 0 101010 11000101 101111 100111

Color Harmonies of #357893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357893

Black with #357893

Text Example


Text Example

White with #357893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357893; }

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

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

background-color css

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

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

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

border-color css

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

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

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