#3824AE

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

Shades of Blue Gem #3824AE

Tints of Blue Gem #3824AE

Color information

#3824AE (or 0x3824AE) is unknown color: approx Blue Gem. HEX triplet: 38, 24 and AE. RGB value is (56,36,174). Sum of RGB (Red+Green+Blue) = 56+36+174=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #3824AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3824AE is #C7DB51. Grayscale: #393939. Windows color (decimal): -13097810 or 11412536. OLE color: 11412536.

HSL color Cylindrical-coordinate representation of color #3824AE: hue angle of 248.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3824AE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5636174-
CMYK0.680.7900.32
HSL248.7º65.71%41.18%-
HSV(B)248.7º79.31%68.24%-
XYZ9.95.1640.52-
YUV57.71193.63126.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 174 (68.36% from 255) = 65.41%
R=21.05%
G=13.53%
B=65.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56361740.680.7900.32248.765.7141.18
Hex3824AE444F020f94229
Octal704425610411704037110251
Binary11100010010010101110100010010011110100000111110011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3824AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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