Html Css Color HEX #357386 Astral

📋 copy color: '#357386'

red 53 ◦ green 115 ◦ blue 134

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

Shades of Astral #357386

Tints of Astral #357386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 17.55%
G = 38.08%
B = 44.37%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#357386 (or 0x357386) is known color: Astral. HEX triplet: 35, 73 and 86. RGB value is (53,115,134). Sum of RGB (Red+Green+Blue) = 53+115+134=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #357386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357386 is #CA8C79. Grayscale: #626262. Windows color (decimal): -13274234 or 8811317. OLE color: 8811317.

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

Color convert

RGB 53 115 134 -
CMYK 0.60 0.14 0 0.47
HSL 194.07º 0.43% 0.37% -
HSV(B) 194.07º 0.6% 0.53% -
XYZ 11.9 14.74 24.77 -
YUV 98.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 53 115 134 0.60 0.14 0 0.47 194.07 0.43 0.37
Hex 35 73 86 3C E 0 2F C2 2B 25
Octal 65 163 206 74 16 0 57 302 53 45
Binary 110101 1110011 10000110 111100 1110 0 101111 11000010 101011 100101

Color Harmonies of #357386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357386

Black with #357386

Text Example


Text Example

White with #357386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357386; }

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

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

background-color css

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

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

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

border-color css

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

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

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