#386884

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

Shades of Astral #386884

Tints of Astral #386884

Color information

#386884 (or 0x386884) is unknown color: approx Astral. HEX triplet: 38, 68 and 84. RGB value is (56,104,132). Sum of RGB (Red+Green+Blue) = 56+104+132=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #386884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386884 is #C7977B. Grayscale: #5C5C5C. Windows color (decimal): -13080444 or 8677432. OLE color: 8677432.

HSL color Cylindrical-coordinate representation of color #386884: hue angle of 202.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386884 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56104132-
CMYK0.580.2100.48
HSL202.11º40.43%36.86%-
HSV(B)202.11º57.58%51.76%-
XYZ10.7512.4123.66-
YUV92.84150.1101.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=19.18%
G=35.62%
B=45.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561041320.580.2100.48202.1140.4336.86
Hex3868843A15030ca2825
Octal7015020472250603125045
Binary11100011010001000010011101010101011000011001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386884; }

 p { color: rgb(56,104,132); }

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

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

 a { background-color: rgb(56,104,132); }

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

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

 span { border-color: rgb(56,104,132); }

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