Html Css Color HEX #357286 Astral

📋 copy color: '#357286'

red 53 ◦ green 114 ◦ blue 134

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

Shades of Astral #357286

Tints of Astral #357286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 134 (52.73% from 255) = 44.52%

R = 17.61%
G = 37.87%
B = 44.52%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#357286 (or 0x357286) is known color: Astral. HEX triplet: 35, 72 and 86. RGB value is (53,114,134). Sum of RGB (Red+Green+Blue) = 53+114+134=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #357286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357286 is #CA8D79. Grayscale: #616161. Windows color (decimal): -13274490 or 8811061. OLE color: 8811061.

HSL color Cylindrical-coordinate representation of color #357286: hue angle of 194.81º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357286 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 114 134 -
CMYK 0.60 0.15 0 0.47
HSL 194.81º 0.43% 0.37% -
HSV(B) 194.81º 0.6% 0.53% -
XYZ 11.79 14.51 24.73 -
YUV 98.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 53 114 134 0.60 0.15 0 0.47 194.81 0.43 0.37
Hex 35 72 86 3C F 0 2F C3 2B 25
Octal 65 162 206 74 17 0 57 303 53 45
Binary 110101 1110010 10000110 111100 1111 0 101111 11000011 101011 100101

Color Harmonies of #357286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357286

Black with #357286

Text Example


Text Example

White with #357286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357286; }

 p { color: rgb(53,114,134); }

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

background-color css

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

 a { background-color: rgb(53,114,134); }

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

border-color css

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

 span { border-color: rgb(53,114,134); }

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