Html Css Color HEX #366992 Astral

📋 copy color: '#366992'

red 54 ◦ green 105 ◦ blue 146

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

Shades of Astral #366992

Tints of Astral #366992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 17.7%
G = 34.43%
B = 47.87%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#366992 (or 0x366992) is known color: Astral. HEX triplet: 36, 69 and 92. RGB value is (54,105,146). Sum of RGB (Red+Green+Blue) = 54+105+146=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #366992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366992 is #C9966D. Grayscale: #5E5E5E. Windows color (decimal): -13211246 or 9595190. OLE color: 9595190.

HSL color Cylindrical-coordinate representation of color #366992: hue angle of 206.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366992 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 105 146 -
CMYK 0.63 0.28 0 0.43
HSL 206.74º 0.46% 0.39% -
HSV(B) 206.74º 0.63% 0.57% -
XYZ 11.76 12.96 29.08 -
YUV 94.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 54 105 146 0.63 0.28 0 0.43 206.74 0.46 0.39
Hex 36 69 92 3F 1C 0 2B CF 2E 27
Octal 66 151 222 77 34 0 53 317 56 47
Binary 110110 1101001 10010010 111111 11100 0 101011 11001111 101110 100111

Color Harmonies of #366992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366992

Black with #366992

Text Example


Text Example

White with #366992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366992; }

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

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

background-color css

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

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

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

border-color css

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

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

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