Html Css Color HEX #357786 Astral

📋 copy color: '#357786'

red 53 ◦ green 119 ◦ blue 134

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

Shades of Astral #357786

Tints of Astral #357786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

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

R = 17.32%
G = 38.89%
B = 43.79%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#357786 (or 0x357786) is known color: Astral. HEX triplet: 35, 77 and 86. RGB value is (53,119,134). Sum of RGB (Red+Green+Blue) = 53+119+134=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #357786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357786 is #CA8879. Grayscale: #646464. Windows color (decimal): -13273210 or 8812341. OLE color: 8812341.

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

Color convert

RGB 53 119 134 -
CMYK 0.60 0.11 0 0.47
HSL 191.11º 0.43% 0.37% -
HSV(B) 191.11º 0.6% 0.53% -
XYZ 12.37 15.67 24.93 -
YUV 100.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 53 119 134 0.60 0.11 0 0.47 191.11 0.43 0.37
Hex 35 77 86 3C B 0 2F BF 2B 25
Octal 65 167 206 74 13 0 57 277 53 45
Binary 110101 1110111 10000110 111100 1011 0 101111 10111111 101011 100101

Color Harmonies of #357786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357786

Black with #357786

Text Example


Text Example

White with #357786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357786; }

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

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

background-color css

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

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

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

border-color css

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

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

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