Html Css Color HEX #357085 Astral

📋 copy color: '#357085'

red 53 ◦ green 112 ◦ blue 133

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

Shades of Astral #357085

Tints of Astral #357085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 17.79%
G = 37.58%
B = 44.63%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#357085 (or 0x357085) is known color: Astral. HEX triplet: 35, 70 and 85. RGB value is (53,112,133). Sum of RGB (Red+Green+Blue) = 53+112+133=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #357085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357085 is #CA8F7A. Grayscale: #606060. Windows color (decimal): -13275003 or 8745013. OLE color: 8745013.

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

Color convert

RGB 53 112 133 -
CMYK 0.60 0.16 0 0.48
HSL 195.75º 0.43% 0.36% -
HSV(B) 195.75º 0.6% 0.52% -
XYZ 11.5 14.04 24.29 -
YUV 96.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 53 112 133 0.60 0.16 0 0.48 195.75 0.43 0.36
Hex 35 70 85 3C 10 0 30 C4 2B 24
Octal 65 160 205 74 20 0 60 304 53 44
Binary 110101 1110000 10000101 111100 10000 0 110000 11000100 101011 100100

Color Harmonies of #357085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357085

Black with #357085

Text Example


Text Example

White with #357085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357085; }

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

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

background-color css

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

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

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

border-color css

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

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

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