#3f22ab

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

Shades of Blue Gem #3F22AB

Tints of Blue Gem #3F22AB

Color information

#3F22AB (or 0x3F22AB) is unknown color: approx Blue Gem. HEX triplet: 3F, 22 and AB. RGB value is (63,34,171). Sum of RGB (Red+Green+Blue) = 63+34+171=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F22AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F22AB is #C0DD54. Grayscale: #393939. Windows color (decimal): -12639573 or 11215423. OLE color: 11215423.

HSL color Cylindrical-coordinate representation of color #3F22AB: hue angle of 252.7º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F22AB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6334171-
CMYK0.630.8000.33
HSL252.7º66.83%40.2%-
HSV(B)252.7º80.12%67.06%-
XYZ9.975.1438.99-
YUV58.29191.61131.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 171 (67.19% from 255) = 63.81%
R=23.51%
G=12.69%
B=63.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63341710.630.8000.33252.766.8340.2
Hex3F22AB3F50021fd4328
Octal77422537712004137510350
Binary1111111000101010101111111110100000100001111111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f22ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,171); }

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

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

 a { background-color: rgb(63,34,171); }

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

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

 span { border-color: rgb(63,34,171); }

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