Html Css Color HEX #366980 Astral

📋 copy color: '#366980'

red 54 ◦ green 105 ◦ blue 128

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

Shades of Astral #366980

Tints of Astral #366980

RGB

 RED value IS 54 (21.48% from 255) = 18.82%

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

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 18.82%
G = 36.59%
B = 44.6%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#366980 (or 0x366980) is known color: Astral. HEX triplet: 36, 69 and 80. RGB value is (54,105,128). Sum of RGB (Red+Green+Blue) = 54+105+128=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #366980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366980 is #C9967F. Grayscale: #5C5C5C. Windows color (decimal): -13211264 or 8415542. OLE color: 8415542.

HSL color Cylindrical-coordinate representation of color #366980: hue angle of 198.65º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366980 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 105 128 -
CMYK 0.58 0.18 0 0.50
HSL 198.65º 0.41% 0.36% -
HSV(B) 198.65º 0.58% 0.5% -
XYZ 10.47 12.45 22.27 -
YUV 92.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 54 105 128 0.58 0.18 0 0.50 198.65 0.41 0.36
Hex 36 69 80 3A 12 0 32 C7 29 24
Octal 66 151 200 72 22 0 62 307 51 44
Binary 110110 1101001 10000000 111010 10010 0 110010 11000111 101001 100100

Color Harmonies of #366980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366980

Black with #366980

Text Example


Text Example

White with #366980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366980; }

 p { color: rgb(54,105,128); }

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

background-color css

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

 a { background-color: rgb(54,105,128); }

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

border-color css

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

 span { border-color: rgb(54,105,128); }

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