Html Css Color HEX #357582 Astral

📋 copy color: '#357582'

red 53 ◦ green 117 ◦ blue 130

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

Shades of Astral #357582

Tints of Astral #357582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 17.67%
G = 39%
B = 43.33%

CMYK

 C value IS 0.59

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#357582 (or 0x357582) is known color: Astral. HEX triplet: 35, 75 and 82. RGB value is (53,117,130). Sum of RGB (Red+Green+Blue) = 53+117+130=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #357582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357582 is #CA8A7D. Grayscale: #636363. Windows color (decimal): -13273726 or 8549685. OLE color: 8549685.

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

Color convert

RGB 53 117 130 -
CMYK 0.59 0.1 0 0.49
HSL 190.13º 0.42% 0.36% -
HSV(B) 190.13º 0.59% 0.51% -
XYZ 11.86 15.09 23.41 -
YUV 99.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 53 117 130 0.59 0.1 0 0.49 190.13 0.42 0.36
Hex 35 75 82 3B A 0 31 BE 2A 24
Octal 65 165 202 73 12 0 61 276 52 44
Binary 110101 1110101 10000010 111011 1010 0 110001 10111110 101010 100100

Color Harmonies of #357582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357582

Black with #357582

Text Example


Text Example

White with #357582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357582; }

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

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

background-color css

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

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

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

border-color css

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

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

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