#386588

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

Shades of Astral #386588

Tints of Astral #386588

Color information

#386588 (or 0x386588) is unknown color: approx Astral. HEX triplet: 38, 65 and 88. RGB value is (56,101,136). Sum of RGB (Red+Green+Blue) = 56+101+136=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #386588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386588 is #C79A77. Grayscale: #5B5B5B. Windows color (decimal): -13081208 or 8938808. OLE color: 8938808.

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

Color convert

RGB56101136-
CMYK0.590.2600.47
HSL206.25º41.67%37.65%-
HSV(B)206.25º58.82%53.33%-
XYZ10.7311.9325.03-
YUV91.54153.09102.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=19.11%
G=34.47%
B=46.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561011360.590.2600.47206.2541.6737.65
Hex3865883B1A02Fce2a26
Octal7014521073320573165246
Binary11100011001011000100011101111010010111111001110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386588; }

 p { color: rgb(56,101,136); }

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

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

 a { background-color: rgb(56,101,136); }

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

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

 span { border-color: rgb(56,101,136); }

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