#366784

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

Shades of Astral #366784

Tints of Astral #366784

Color information

#366784 (or 0x366784) is unknown color: approx Astral. HEX triplet: 36, 67 and 84. RGB value is (54,103,132). Sum of RGB (Red+Green+Blue) = 54+103+132=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #366784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366784 is #C9987B. Grayscale: #5B5B5B. Windows color (decimal): -13211772 or 8677174. OLE color: 8677174.

HSL color Cylindrical-coordinate representation of color #366784: hue angle of 202.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366784 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54103132-
CMYK0.590.2200.48
HSL202.31º41.94%36.47%-
HSV(B)202.31º59.09%51.76%-
XYZ10.5412.1523.62-
YUV91.66150.77101.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=18.69%
G=35.64%
B=45.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541031320.590.2200.48202.3141.9436.47
Hex3667843B16030ca2a24
Octal6614720473260603125244
Binary11011011001111000010011101110110011000011001010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366784; }

 p { color: rgb(54,103,132); }

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

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

 a { background-color: rgb(54,103,132); }

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

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

 span { border-color: rgb(54,103,132); }

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