Html Css Color HEX #357583 Astral

📋 copy color: '#357583'

red 53 ◦ green 117 ◦ blue 131

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

Shades of Astral #357583

Tints of Astral #357583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 17.61%
G = 38.87%
B = 43.52%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#357583 (or 0x357583) is known color: Astral. HEX triplet: 35, 75 and 83. RGB value is (53,117,131). Sum of RGB (Red+Green+Blue) = 53+117+131=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #357583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357583 is #CA8A7C. Grayscale: #636363. Windows color (decimal): -13273725 or 8615221. OLE color: 8615221.

HSL color Cylindrical-coordinate representation of color #357583: hue angle of 190.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357583 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 117 131 -
CMYK 0.60 0.11 0 0.49
HSL 190.77º 0.42% 0.36% -
HSV(B) 190.77º 0.6% 0.51% -
XYZ 11.93 15.12 23.76 -
YUV 99.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 53 117 131 0.60 0.11 0 0.49 190.77 0.42 0.36
Hex 35 75 83 3C B 0 31 BF 2A 24
Octal 65 165 203 74 13 0 61 277 52 44
Binary 110101 1110101 10000011 111100 1011 0 110001 10111111 101010 100100

Color Harmonies of #357583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357583

Black with #357583

Text Example


Text Example

White with #357583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357583; }

 p { color: rgb(53,117,131); }

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

background-color css

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

 a { background-color: rgb(53,117,131); }

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

border-color css

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

 span { border-color: rgb(53,117,131); }

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