#386B83

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

Shades of Astral #386B83

Tints of Astral #386B83

Color information

#386B83 (or 0x386B83) is unknown color: approx Astral. HEX triplet: 38, 6B and 83. RGB value is (56,107,131). Sum of RGB (Red+Green+Blue) = 56+107+131=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #386B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B83 is #C7947C. Grayscale: #5E5E5E. Windows color (decimal): -13079677 or 8612664. OLE color: 8612664.

HSL color Cylindrical-coordinate representation of color #386B83: hue angle of 199.2º 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 #386B83 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56107131-
CMYK0.570.1800.49
HSL199.2º40.11%36.67%-
HSV(B)199.2º57.25%51.37%-
XYZ10.9912.9923.4-
YUV94.49148.6100.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=19.05%
G=36.39%
B=44.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561071310.570.1800.49199.240.1136.67
Hex386B833912031c72825
Octal7015320371220613075045
Binary11100011010111000001111100110010011000111000111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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