#386984

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

Shades of Astral #386984

Tints of Astral #386984

Color information

#386984 (or 0x386984) is unknown color: approx Astral. HEX triplet: 38, 69 and 84. RGB value is (56,105,132). Sum of RGB (Red+Green+Blue) = 56+105+132=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #386984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386984 is #C7967B. Grayscale: #5D5D5D. Windows color (decimal): -13080188 or 8677688. OLE color: 8677688.

HSL color Cylindrical-coordinate representation of color #386984: hue angle of 201.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386984 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56105132-
CMYK0.580.2000.48
HSL201.32º40.43%36.86%-
HSV(B)201.32º57.58%51.76%-
XYZ10.8512.6123.69-
YUV93.43149.77101.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=19.11%
G=35.84%
B=45.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561051320.580.2000.48201.3240.4336.86
Hex3869843A14030c92825
Octal7015120472240603115045
Binary11100011010011000010011101010100011000011001001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386984; }

 p { color: rgb(56,105,132); }

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

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

 a { background-color: rgb(56,105,132); }

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

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

 span { border-color: rgb(56,105,132); }

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