#366F94

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

Shades of Astral #366F94

Tints of Astral #366F94

Color information

#366F94 (or 0x366F94) is unknown color: approx Astral. HEX triplet: 36, 6F and 94. RGB value is (54,111,148). Sum of RGB (Red+Green+Blue) = 54+111+148=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #366F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366F94 is #C9906B. Grayscale: #616161. Windows color (decimal): -13209708 or 9727798. OLE color: 9727798.

HSL color Cylindrical-coordinate representation of color #366F94: hue angle of 203.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366F94 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54111148-
CMYK0.640.2500.42
HSL203.62º46.53%39.61%-
HSV(B)203.62º63.51%58.04%-
XYZ12.5514.2930.11-
YUV98.18156.1296.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.25%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=17.25%
G=35.46%
B=47.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541111480.640.2500.42203.6246.5339.61
Hex366F94401902Acc2f28
Octal66157224100310523145750
Binary110110110111110010100100000011001010101011001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,111,148); }

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

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

 a { background-color: rgb(54,111,148); }

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

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

 span { border-color: rgb(54,111,148); }

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