Html Css Color HEX #356982 Astral

📋 copy color: '#356982'

red 53 ◦ green 105 ◦ blue 130

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

Shades of Astral #356982

Tints of Astral #356982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.14%

R = 18.4%
G = 36.46%
B = 45.14%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356982 (or 0x356982) is known color: Astral. HEX triplet: 35, 69 and 82. RGB value is (53,105,130). Sum of RGB (Red+Green+Blue) = 53+105+130=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #356982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356982 is #CA967D. Grayscale: #5C5C5C. Windows color (decimal): -13276798 or 8546613. OLE color: 8546613.

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

Color convert

RGB 53 105 130 -
CMYK 0.59 0.19 0 0.49
HSL 199.48º 0.42% 0.36% -
HSV(B) 199.48º 0.59% 0.51% -
XYZ 10.55 12.47 22.97 -
YUV 92.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 53 105 130 0.59 0.19 0 0.49 199.48 0.42 0.36
Hex 35 69 82 3B 13 0 31 C7 2A 24
Octal 65 151 202 73 23 0 61 307 52 44
Binary 110101 1101001 10000010 111011 10011 0 110001 11000111 101010 100100

Color Harmonies of #356982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356982

Black with #356982

Text Example


Text Example

White with #356982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356982; }

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

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

background-color css

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

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

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

border-color css

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

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

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