Html Css Color HEX #357484 Astral

📋 copy color: '#357484'

red 53 ◦ green 116 ◦ blue 132

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

Shades of Astral #357484

Tints of Astral #357484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 17.61%
G = 38.54%
B = 43.85%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#357484 (or 0x357484) is known color: Astral. HEX triplet: 35, 74 and 84. RGB value is (53,116,132). Sum of RGB (Red+Green+Blue) = 53+116+132=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #357484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357484 is #CA8B7B. Grayscale: #626262. Windows color (decimal): -13273980 or 8680501. OLE color: 8680501.

HSL color Cylindrical-coordinate representation of color #357484: hue angle of 192.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357484 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 116 132 -
CMYK 0.60 0.12 0 0.48
HSL 192.15º 0.43% 0.36% -
HSV(B) 192.15º 0.6% 0.52% -
XYZ 11.88 14.91 24.08 -
YUV 98.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 53 116 132 0.60 0.12 0 0.48 192.15 0.43 0.36
Hex 35 74 84 3C C 0 30 C0 2B 24
Octal 65 164 204 74 14 0 60 300 53 44
Binary 110101 1110100 10000100 111100 1100 0 110000 11000000 101011 100100

Color Harmonies of #357484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357484

Black with #357484

Text Example


Text Example

White with #357484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357484; }

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

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

background-color css

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

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

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

border-color css

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

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

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