#386E83

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

Shades of Astral #386E83

Tints of Astral #386E83

Color information

#386E83 (or 0x386E83) is unknown color: approx Astral. HEX triplet: 38, 6E and 83. RGB value is (56,110,131). Sum of RGB (Red+Green+Blue) = 56+110+131=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #386E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E83 is #C7917C. Grayscale: #606060. Windows color (decimal): -13078909 or 8613432. OLE color: 8613432.

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

Color convert

RGB56110131-
CMYK0.570.1600.49
HSL196.8º40.11%36.67%-
HSV(B)196.8º57.25%51.37%-
XYZ11.313.6323.51-
YUV96.25147.6199.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=18.86%
G=37.04%
B=44.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561101310.570.1600.49196.840.1136.67
Hex386E833910031c52825
Octal7015620371200613055045
Binary11100011011101000001111100110000011000111000101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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