#386788

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

Shades of Astral #386788

Tints of Astral #386788

Color information

#386788 (or 0x386788) is unknown color: approx Astral. HEX triplet: 38, 67 and 88. RGB value is (56,103,136). Sum of RGB (Red+Green+Blue) = 56+103+136=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #386788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386788 is #C79877. Grayscale: #5C5C5C. Windows color (decimal): -13080696 or 8939320. OLE color: 8939320.

HSL color Cylindrical-coordinate representation of color #386788: hue angle of 204.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386788 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56103136-
CMYK0.590.2400.47
HSL204.75º41.67%37.65%-
HSV(B)204.75º58.82%53.33%-
XYZ10.9312.3225.09-
YUV92.71152.43101.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=18.98%
G=34.92%
B=46.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561031360.590.2400.47204.7541.6737.65
Hex3867883B1802Fcd2a26
Octal7014721073300573155246
Binary11100011001111000100011101111000010111111001101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386788; }

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

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

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

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

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

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

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

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