#386789

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

Shades of Astral #386789

Tints of Astral #386789

Color information

#386789 (or 0x386789) is unknown color: approx Astral. HEX triplet: 38, 67 and 89. RGB value is (56,103,137). Sum of RGB (Red+Green+Blue) = 56+103+137=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #386789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386789 is #C79876. Grayscale: #5C5C5C. Windows color (decimal): -13080695 or 9004856. OLE color: 9004856.

HSL color Cylindrical-coordinate representation of color #386789: hue angle of 205.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386789 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56103137-
CMYK0.590.2500.46
HSL205.19º41.97%37.84%-
HSV(B)205.19º59.12%53.73%-
XYZ1112.3525.47-
YUV92.82152.93101.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 137 (53.91% from 255) = 46.28%
R=18.92%
G=34.80%
B=46.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561031370.590.2500.46205.1941.9737.84
Hex3867893B1902Ecd2a26
Octal7014721173310563155246
Binary11100011001111000100111101111001010111011001101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386789; }

 p { color: rgb(56,103,137); }

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

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

 a { background-color: rgb(56,103,137); }

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

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

 span { border-color: rgb(56,103,137); }

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