Html Css Color HEX #357892 Astral

📋 copy color: '#357892'

red 53 ◦ green 120 ◦ blue 146

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

Shades of Astral #357892

Tints of Astral #357892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 16.61%
G = 37.62%
B = 45.77%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357892 (or 0x357892) is known color: Astral. HEX triplet: 35, 78 and 92. RGB value is (53,120,146). Sum of RGB (Red+Green+Blue) = 53+120+146=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #357892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357892 is #CA876D. Grayscale: #666666. Windows color (decimal): -13272942 or 9599029. OLE color: 9599029.

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

Color convert

RGB 53 120 146 -
CMYK 0.64 0.18 0 0.43
HSL 196.77º 0.47% 0.39% -
HSV(B) 196.77º 0.64% 0.57% -
XYZ 13.37 16.27 29.63 -
YUV 102.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 53 120 146 0.64 0.18 0 0.43 196.77 0.47 0.39
Hex 35 78 92 40 12 0 2B C5 2F 27
Octal 65 170 222 100 22 0 53 305 57 47
Binary 110101 1111000 10010010 1000000 10010 0 101011 11000101 101111 100111

Color Harmonies of #357892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357892

Black with #357892

Text Example


Text Example

White with #357892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357892; }

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

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

background-color css

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

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

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

border-color css

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

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

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