Html Css Color HEX #357792 Astral

📋 copy color: '#357792'

red 53 ◦ green 119 ◦ blue 146

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

Shades of Astral #357792

Tints of Astral #357792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 16.67%
G = 37.42%
B = 45.91%

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

#357792 (or 0x357792) is known color: Astral. HEX triplet: 35, 77 and 92. RGB value is (53,119,146). Sum of RGB (Red+Green+Blue) = 53+119+146=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #357792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357792 is #CA886D. Grayscale: #666666. Windows color (decimal): -13273198 or 9598773. OLE color: 9598773.

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

Color convert

RGB 53 119 146 -
CMYK 0.64 0.18 0 0.43
HSL 197.42º 0.47% 0.39% -
HSV(B) 197.42º 0.64% 0.57% -
XYZ 13.25 16.03 29.59 -
YUV 102.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 53 119 146 0.64 0.18 0 0.43 197.42 0.47 0.39
Hex 35 77 92 40 12 0 2B C5 2F 27
Octal 65 167 222 100 22 0 53 305 57 47
Binary 110101 1110111 10010010 1000000 10010 0 101011 11000101 101111 100111

Color Harmonies of #357792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357792

Black with #357792

Text Example


Text Example

White with #357792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357792; }

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

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

background-color css

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

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

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

border-color css

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

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

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