Html Css Color HEX #357483 Astral

📋 copy color: '#357483'

red 53 ◦ green 116 ◦ blue 131

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

Shades of Astral #357483

Tints of Astral #357483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 17.67%
G = 38.67%
B = 43.67%

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

#357483 (or 0x357483) is known color: Astral. HEX triplet: 35, 74 and 83. RGB value is (53,116,131). Sum of RGB (Red+Green+Blue) = 53+116+131=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #357483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357483 is #CA8B7C. Grayscale: #626262. Windows color (decimal): -13273981 or 8614965. OLE color: 8614965.

HSL color Cylindrical-coordinate representation of color #357483: hue angle of 191.54º 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 #357483 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 116 131 -
CMYK 0.60 0.11 0 0.49
HSL 191.54º 0.42% 0.36% -
HSV(B) 191.54º 0.6% 0.51% -
XYZ 11.81 14.89 23.72 -
YUV 98.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 53 116 131 0.60 0.11 0 0.49 191.54 0.42 0.36
Hex 35 74 83 3C B 0 31 C0 2A 24
Octal 65 164 203 74 13 0 61 300 52 44
Binary 110101 1110100 10000011 111100 1011 0 110001 11000000 101010 100100

Color Harmonies of #357483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357483

Black with #357483

Text Example


Text Example

White with #357483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357483; }

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

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

background-color css

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

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

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

border-color css

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

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

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