Html Css Color HEX #366986 Astral

📋 copy color: '#366986'

red 54 ◦ green 105 ◦ blue 134

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

Shades of Astral #366986

Tints of Astral #366986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 18.43%
G = 35.84%
B = 45.73%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366986 (or 0x366986) is known color: Astral. HEX triplet: 36, 69 and 86. RGB value is (54,105,134). Sum of RGB (Red+Green+Blue) = 54+105+134=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #366986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366986 is #C99679. Grayscale: #5C5C5C. Windows color (decimal): -13211258 or 8808758. OLE color: 8808758.

HSL color Cylindrical-coordinate representation of color #366986: hue angle of 201.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366986 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 105 134 -
CMYK 0.60 0.22 0 0.47
HSL 201.75º 0.43% 0.37% -
HSV(B) 201.75º 0.6% 0.53% -
XYZ 10.88 12.61 24.41 -
YUV 93.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 54 105 134 0.60 0.22 0 0.47 201.75 0.43 0.37
Hex 36 69 86 3C 16 0 2F CA 2B 25
Octal 66 151 206 74 26 0 57 312 53 45
Binary 110110 1101001 10000110 111100 10110 0 101111 11001010 101011 100101

Color Harmonies of #366986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366986

Black with #366986

Text Example


Text Example

White with #366986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366986; }

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

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

background-color css

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

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

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

border-color css

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

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

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