Html Css Color HEX #357380 Astral

📋 copy color: '#357380'

red 53 ◦ green 115 ◦ blue 128

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

Shades of Astral #357380

Tints of Astral #357380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 17.91%
G = 38.85%
B = 43.24%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#357380 (or 0x357380) is known color: Astral. HEX triplet: 35, 73 and 80. RGB value is (53,115,128). Sum of RGB (Red+Green+Blue) = 53+115+128=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #357380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357380 is #CA8C7F. Grayscale: #616161. Windows color (decimal): -13274240 or 8418101. OLE color: 8418101.

HSL color Cylindrical-coordinate representation of color #357380: hue angle of 190.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357380 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 115 128 -
CMYK 0.59 0.10 0 0.50
HSL 190.4º 0.41% 0.35% -
HSV(B) 190.4º 0.59% 0.5% -
XYZ 11.5 14.58 22.63 -
YUV 97.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 53 115 128 0.59 0.10 0 0.50 190.4 0.41 0.35
Hex 35 73 80 3B A 0 32 BE 29 23
Octal 65 163 200 73 12 0 62 276 51 43
Binary 110101 1110011 10000000 111011 1010 0 110010 10111110 101001 100011

Color Harmonies of #357380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357380

Black with #357380

Text Example


Text Example

White with #357380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357380; }

 p { color: rgb(53,115,128); }

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

background-color css

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

 a { background-color: rgb(53,115,128); }

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

border-color css

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

 span { border-color: rgb(53,115,128); }

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