#3F21AC

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

Shades of Blue Gem #3F21AC

Tints of Blue Gem #3F21AC

Color information

#3F21AC (or 0x3F21AC) is unknown color: approx Blue Gem. HEX triplet: 3F, 21 and AC. RGB value is (63,33,172). Sum of RGB (Red+Green+Blue) = 63+33+172=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F21AC is #C0DE53. Grayscale: #393939. Windows color (decimal): -12639828 or 11280703. OLE color: 11280703.

HSL color Cylindrical-coordinate representation of color #3F21AC: hue angle of 252.95º 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 #3F21AC is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6333172-
CMYK0.630.8100.33
HSL252.95º67.8%40.2%-
HSV(B)252.95º80.81%67.45%-
XYZ10.045.1239.49-
YUV57.82192.44131.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 172 (67.58% from 255) = 64.18%
R=23.51%
G=12.31%
B=64.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63331720.630.8100.33252.9567.840.2
Hex3F21AC3F51021fd4428
Octal77412547712104137510450
Binary1111111000011010110011111110100010100001111111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F21AC; }

 p { color: rgb(63,33,172); }

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

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

 a { background-color: rgb(63,33,172); }

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

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

 span { border-color: rgb(63,33,172); }

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