#366F90

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

Shades of Astral #366F90

Tints of Astral #366F90

Color information

#366F90 (or 0x366F90) is unknown color: approx Astral. HEX triplet: 36, 6F and 90. RGB value is (54,111,144). Sum of RGB (Red+Green+Blue) = 54+111+144=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #366F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366F90 is #C9906F. Grayscale: #616161. Windows color (decimal): -13209712 or 9465654. OLE color: 9465654.

HSL color Cylindrical-coordinate representation of color #366F90: hue angle of 202º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #366F90 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54111144-
CMYK0.630.2300.44
HSL202º45.45%38.82%-
HSV(B)202º62.5%56.47%-
XYZ12.2414.1728.47-
YUV97.72154.1296.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=17.48%
G=35.92%
B=46.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541111440.630.2300.4420245.4538.82
Hex366F903F1702Cca2d27
Octal6615722077270543125547
Binary11011011011111001000011111110111010110011001010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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