#386783

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

Shades of Astral #386783

Tints of Astral #386783

Color information

#386783 (or 0x386783) is unknown color: approx Astral. HEX triplet: 38, 67 and 83. RGB value is (56,103,131). Sum of RGB (Red+Green+Blue) = 56+103+131=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #386783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386783 is #C7987C. Grayscale: #5B5B5B. Windows color (decimal): -13080701 or 8611640. OLE color: 8611640.

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

Color convert

RGB56103131-
CMYK0.570.2100.49
HSL202.4º40.11%36.67%-
HSV(B)202.4º57.25%51.37%-
XYZ10.5812.1823.27-
YUV92.14149.93102.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=19.31%
G=35.52%
B=45.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561031310.570.2100.49202.440.1136.67
Hex3867833915031ca2825
Octal7014720371250613125045
Binary11100011001111000001111100110101011000111001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386783; }

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

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

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

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

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

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

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

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