#386A83

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

Shades of Astral #386A83

Tints of Astral #386A83

Color information

#386A83 (or 0x386A83) is unknown color: approx Astral. HEX triplet: 38, 6A and 83. RGB value is (56,106,131). Sum of RGB (Red+Green+Blue) = 56+106+131=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #386A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386A83 is #C7957C. Grayscale: #5D5D5D. Windows color (decimal): -13079933 or 8612408. OLE color: 8612408.

HSL color Cylindrical-coordinate representation of color #386A83: hue angle of 200º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386A83 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56106131-
CMYK0.570.1900.49
HSL200º40.11%36.67%-
HSV(B)200º57.25%51.37%-
XYZ10.8812.7923.37-
YUV93.9148.94100.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=19.11%
G=36.18%
B=44.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561061310.570.1900.4920040.1136.67
Hex386A833913031c82825
Octal7015220371230613105045
Binary11100011010101000001111100110011011000111001000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386A83; }

 p { color: rgb(56,106,131); }

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

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

 a { background-color: rgb(56,106,131); }

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

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

 span { border-color: rgb(56,106,131); }

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