#386680

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

Shades of Astral #386680

Tints of Astral #386680

Color information

#386680 (or 0x386680) is unknown color: approx Astral. HEX triplet: 38, 66 and 80. RGB value is (56,102,128). Sum of RGB (Red+Green+Blue) = 56+102+128=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #386680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386680 is #C7997F. Grayscale: #5B5B5B. Windows color (decimal): -13080960 or 8414776. OLE color: 8414776.

HSL color Cylindrical-coordinate representation of color #386680: hue angle of 201.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386680 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56102128-
CMYK0.560.2000.50
HSL201.67º39.13%36.08%-
HSV(B)201.67º56.25%50.2%-
XYZ10.2811.922.18-
YUV91.21148.76102.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=19.58%
G=35.66%
B=44.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561021280.560.2000.50201.6739.1336.08
Hex3866803814032ca2724
Octal7014620070240623124744
Binary11100011001101000000011100010100011001011001010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386680; }

 p { color: rgb(56,102,128); }

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

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

 a { background-color: rgb(56,102,128); }

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

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

 span { border-color: rgb(56,102,128); }

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