#3821AB

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

Shades of Blue Gem #3821AB

Tints of Blue Gem #3821AB

Color information

#3821AB (or 0x3821AB) is unknown color: approx Blue Gem. HEX triplet: 38, 21 and AB. RGB value is (56,33,171). Sum of RGB (Red+Green+Blue) = 56+33+171=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #3821AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3821AB is #C7DE54. Grayscale: #373737. Windows color (decimal): -13098581 or 11215160. OLE color: 11215160.

HSL color Cylindrical-coordinate representation of color #3821AB: hue angle of 250º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3821AB is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5633171-
CMYK0.670.8100.33
HSL250º67.65%40%-
HSV(B)250º80.7%67.06%-
XYZ9.534.8738.97-
YUV55.61193.12128.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 171 (67.19% from 255) = 65.77%
R=21.54%
G=12.69%
B=65.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56331710.670.8100.3325067.6540
Hex3821AB4351021fa4428
Octal704125310312104137210450
Binary11100010000110101011100001110100010100001111110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3821AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3821AB; }

 p { color: rgb(56,33,171); }

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

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

 a { background-color: rgb(56,33,171); }

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

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

 span { border-color: rgb(56,33,171); }

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