Html Css Color HEX #356983 Astral

📋 copy color: '#356983'

red 53 ◦ green 105 ◦ blue 131

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

Shades of Astral #356983

Tints of Astral #356983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 18.34%
G = 36.33%
B = 45.33%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356983 (or 0x356983) is known color: Astral. HEX triplet: 35, 69 and 83. RGB value is (53,105,131). Sum of RGB (Red+Green+Blue) = 53+105+131=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #356983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356983 is #CA967C. Grayscale: #5C5C5C. Windows color (decimal): -13276797 or 8612149. OLE color: 8612149.

HSL color Cylindrical-coordinate representation of color #356983: hue angle of 200º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356983 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 105 131 -
CMYK 0.60 0.20 0 0.49
HSL 200º 0.42% 0.36% -
HSV(B) 200º 0.6% 0.51% -
XYZ 10.62 12.5 23.33 -
YUV 92.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 53 105 131 0.60 0.20 0 0.49 200 0.42 0.36
Hex 35 69 83 3C 14 0 31 C8 2A 24
Octal 65 151 203 74 24 0 61 310 52 44
Binary 110101 1101001 10000011 111100 10100 0 110001 11001000 101010 100100

Color Harmonies of #356983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356983

Black with #356983

Text Example


Text Example

White with #356983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356983; }

 p { color: rgb(53,105,131); }

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

background-color css

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

 a { background-color: rgb(53,105,131); }

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

border-color css

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

 span { border-color: rgb(53,105,131); }

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