#366C92

Color #366C92 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #366C92

Tints of Astral #366C92

Color information

#366C92 (or 0x366C92) is unknown color: approx Astral. HEX triplet: 36, 6C and 92. RGB value is (54,108,146). Sum of RGB (Red+Green+Blue) = 54+108+146=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #366C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C92 is #C9936D. Grayscale: #5F5F5F. Windows color (decimal): -13210478 or 9595958. OLE color: 9595958.

HSL color Cylindrical-coordinate representation of color #366C92: hue angle of 204.78º 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 #366C92 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54108146-
CMYK0.630.2600.43
HSL204.78º46%39.22%-
HSV(B)204.78º63.01%57.25%-
XYZ12.0713.5829.18-
YUV96.19156.1197.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=17.53%
G=35.06%
B=47.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541081460.630.2600.43204.784639.22
Hex366C923F1A02Bcd2e27
Octal6615422277320533155647
Binary11011011011001001001011111111010010101111001101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #366C92;
 }
 .AnyTagClassName
 {
   color: #366C92;
 }
</style>
background-color css

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

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

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

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

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

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