#386880

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

Shades of Astral #386880

Tints of Astral #386880

Color information

#386880 (or 0x386880) is unknown color: approx Astral. HEX triplet: 38, 68 and 80. RGB value is (56,104,128). Sum of RGB (Red+Green+Blue) = 56+104+128=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #386880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386880 is #C7977F. Grayscale: #5C5C5C. Windows color (decimal): -13080448 or 8415288. OLE color: 8415288.

HSL color Cylindrical-coordinate representation of color #386880: hue angle of 200º 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 #386880 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56104128-
CMYK0.560.1900.50
HSL200º39.13%36.08%-
HSV(B)200º56.25%50.2%-
XYZ10.4812.322.24-
YUV92.38148.1102.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=19.44%
G=36.11%
B=44.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561041280.560.1900.5020039.1336.08
Hex3868803813032c82724
Octal7015020070230623104744
Binary11100011010001000000011100010011011001011001000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386880; }

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

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

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

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

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

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

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

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