Html Css Color HEX #366A80 Astral

📋 copy color: '#366A80'

red 54 ◦ green 106 ◦ blue 128

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

Shades of Astral #366A80

Tints of Astral #366A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.81%

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

R = 18.75%
G = 36.81%
B = 44.44%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#366A80 (or 0x366A80) is known color: Astral. HEX triplet: 36, 6A and 80. RGB value is (54,106,128). Sum of RGB (Red+Green+Blue) = 54+106+128=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #366A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A80 is #C9957F. Grayscale: #5C5C5C. Windows color (decimal): -13211008 or 8415798. OLE color: 8415798.

HSL color Cylindrical-coordinate representation of color #366A80: hue angle of 197.84º 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 #366A80 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 106 128 -
CMYK 0.58 0.17 0 0.50
HSL 197.84º 0.41% 0.36% -
HSV(B) 197.84º 0.58% 0.5% -
XYZ 10.57 12.65 22.31 -
YUV 92.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 54 106 128 0.58 0.17 0 0.50 197.84 0.41 0.36
Hex 36 6A 80 3A 11 0 32 C6 29 24
Octal 66 152 200 72 21 0 62 306 51 44
Binary 110110 1101010 10000000 111010 10001 0 110010 11000110 101001 100100

Color Harmonies of #366A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A80

Black with #366A80

Text Example


Text Example

White with #366A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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