Html Css Color HEX #357285 Astral

📋 copy color: '#357285'

red 53 ◦ green 114 ◦ blue 133

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

Shades of Astral #357285

Tints of Astral #357285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 17.67%
G = 38%
B = 44.33%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#357285 (or 0x357285) is known color: Astral. HEX triplet: 35, 72 and 85. RGB value is (53,114,133). Sum of RGB (Red+Green+Blue) = 53+114+133=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #357285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357285 is #CA8D7A. Grayscale: #616161. Windows color (decimal): -13274491 or 8745525. OLE color: 8745525.

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

Color convert

RGB 53 114 133 -
CMYK 0.60 0.14 0 0.48
HSL 194.25º 0.43% 0.36% -
HSV(B) 194.25º 0.6% 0.52% -
XYZ 11.72 14.48 24.37 -
YUV 97.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 53 114 133 0.60 0.14 0 0.48 194.25 0.43 0.36
Hex 35 72 85 3C E 0 30 C2 2B 24
Octal 65 162 205 74 16 0 60 302 53 44
Binary 110101 1110010 10000101 111100 1110 0 110000 11000010 101011 100100

Color Harmonies of #357285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357285

Black with #357285

Text Example


Text Example

White with #357285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357285; }

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

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

background-color css

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

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

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

border-color css

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

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

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