Html Css Color HEX #356785 Astral

📋 copy color: '#356785'

red 53 ◦ green 103 ◦ blue 133

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

Shades of Astral #356785

Tints of Astral #356785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

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

R = 18.34%
G = 35.64%
B = 46.02%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356785 (or 0x356785) is known color: Astral. HEX triplet: 35, 67 and 85. RGB value is (53,103,133). Sum of RGB (Red+Green+Blue) = 53+103+133=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #356785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356785 is #CA987A. Grayscale: #5B5B5B. Windows color (decimal): -13277307 or 8742709. OLE color: 8742709.

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

Color convert

RGB 53 103 133 -
CMYK 0.60 0.23 0 0.48
HSL 202.5º 0.43% 0.36% -
HSV(B) 202.5º 0.6% 0.52% -
XYZ 10.55 12.15 23.98 -
YUV 91.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 53 103 133 0.60 0.23 0 0.48 202.5 0.43 0.36
Hex 35 67 85 3C 17 0 30 CA 2B 24
Octal 65 147 205 74 27 0 60 312 53 44
Binary 110101 1100111 10000101 111100 10111 0 110000 11001010 101011 100100

Color Harmonies of #356785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356785

Black with #356785

Text Example


Text Example

White with #356785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356785; }

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

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

background-color css

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

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

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

border-color css

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

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

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