Html Css Color HEX #366982 Astral

📋 copy color: '#366982'

red 54 ◦ green 105 ◦ blue 130

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

Shades of Astral #366982

Tints of Astral #366982

RGB

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

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

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

R = 18.69%
G = 36.33%
B = 44.98%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#366982 (or 0x366982) is known color: Astral. HEX triplet: 36, 69 and 82. RGB value is (54,105,130). Sum of RGB (Red+Green+Blue) = 54+105+130=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #366982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366982 is #C9967D. Grayscale: #5C5C5C. Windows color (decimal): -13211262 or 8546614. OLE color: 8546614.

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

Color convert

RGB 54 105 130 -
CMYK 0.58 0.19 0 0.49
HSL 199.74º 0.41% 0.36% -
HSV(B) 199.74º 0.58% 0.51% -
XYZ 10.6 12.5 22.97 -
YUV 92.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 54 105 130 0.58 0.19 0 0.49 199.74 0.41 0.36
Hex 36 69 82 3A 13 0 31 C8 29 24
Octal 66 151 202 72 23 0 61 310 51 44
Binary 110110 1101001 10000010 111010 10011 0 110001 11001000 101001 100100

Color Harmonies of #366982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366982

Black with #366982

Text Example


Text Example

White with #366982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366982; }

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

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

background-color css

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

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

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

border-color css

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

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

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