#386C8B

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

Shades of Astral #386C8B

Tints of Astral #386C8B

Color information

#386C8B (or 0x386C8B) is unknown color: approx Astral. HEX triplet: 38, 6C and 8B. RGB value is (56,108,139). Sum of RGB (Red+Green+Blue) = 56+108+139=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #386C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C8B is #C79374. Grayscale: #5F5F5F. Windows color (decimal): -13079413 or 9137208. OLE color: 9137208.

HSL color Cylindrical-coordinate representation of color #386C8B: hue angle of 202.41º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #386C8B is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56108139-
CMYK0.600.2200.45
HSL202.41º42.56%38.24%-
HSV(B)202.41º59.71%54.51%-
XYZ11.6513.4326.4-
YUV95.99152.2799.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=18.48%
G=35.64%
B=45.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561081390.600.2200.45202.4142.5638.24
Hex386C8B3C1602Dca2b26
Octal7015421374260553125346
Binary11100011011001000101111110010110010110111001010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,108,139); }

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

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

 a { background-color: rgb(56,108,139); }

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

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

 span { border-color: rgb(56,108,139); }

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