Html Css Color HEX #357796 Astral

📋 copy color: '#357796'

red 53 ◦ green 119 ◦ blue 150

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

Shades of Astral #357796

Tints of Astral #357796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 16.46%
G = 36.96%
B = 46.58%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#357796 (or 0x357796) is known color: Astral. HEX triplet: 35, 77 and 96. RGB value is (53,119,150). Sum of RGB (Red+Green+Blue) = 53+119+150=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #357796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357796 is #CA8869. Grayscale: #666666. Windows color (decimal): -13273194 or 9860917. OLE color: 9860917.

HSL color Cylindrical-coordinate representation of color #357796: hue angle of 199.18º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357796 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 119 150 -
CMYK 0.65 0.21 0 0.41
HSL 199.18º 0.48% 0.4% -
HSV(B) 199.18º 0.65% 0.59% -
XYZ 13.57 16.15 31.26 -
YUV 102.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 53 119 150 0.65 0.21 0 0.41 199.18 0.48 0.4
Hex 35 77 96 41 15 0 29 C7 30 28
Octal 65 167 226 101 25 0 51 307 60 50
Binary 110101 1110111 10010110 1000001 10101 0 101001 11000111 110000 101000

Color Harmonies of #357796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357796

Black with #357796

Text Example


Text Example

White with #357796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357796; }

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

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

background-color css

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

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

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

border-color css

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

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

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