#366D92

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

Shades of Astral #366D92

Tints of Astral #366D92

Color information

#366D92 (or 0x366D92) is unknown color: approx Astral. HEX triplet: 36, 6D and 92. RGB value is (54,109,146). Sum of RGB (Red+Green+Blue) = 54+109+146=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #366D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D92 is #C9926D. Grayscale: #606060. Windows color (decimal): -13210222 or 9596214. OLE color: 9596214.

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

Color convert

RGB54109146-
CMYK0.630.2500.43
HSL204.13º46%39.22%-
HSV(B)204.13º63.01%57.25%-
XYZ12.1813.829.22-
YUV96.77155.7897.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=17.48%
G=35.28%
B=47.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541091460.630.2500.43204.134639.22
Hex366D923F1902Bcc2e27
Octal6615522277310533145647
Binary11011011011011001001011111111001010101111001100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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