#3824A5

Color #3824A5 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3824A5

Tints of Blue Gem #3824A5

Color information

#3824A5 (or 0x3824A5) is unknown color: approx Blue Gem. HEX triplet: 38, 24 and A5. RGB value is (56,36,165). Sum of RGB (Red+Green+Blue) = 56+36+165=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 165 (64.84% from 255 or 64.20% from 257); Max value from RGB is 165 - color contains mainly: blue. Hex color #3824A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3824A5 is #C7DB5A. Grayscale: #383838. Windows color (decimal): -13097819 or 10822712. OLE color: 10822712.

HSL color Cylindrical-coordinate representation of color #3824A5: hue angle of 249.3º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3824A5 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5636165-
CMYK0.660.7800.35
HSL249.3º64.18%39.41%-
HSV(B)249.3º78.18%64.71%-
XYZ9.054.8236.05-
YUV56.69189.13127.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 165 (64.84% from 255) = 64.20%
R=21.79%
G=14.01%
B=64.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56361650.660.7800.35249.364.1839.41
Hex3824A5424E023f94027
Octal704424510211604337110047
Binary11100010010010100101100001010011100100011111110011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3824A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3824A5; }

 p { color: rgb(56,36,165); }

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

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

 a { background-color: rgb(56,36,165); }

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

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

 span { border-color: rgb(56,36,165); }

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