#3F22A2

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

Shades of Blue Gem #3F22A2

Tints of Blue Gem #3F22A2

Color information

#3F22A2 (or 0x3F22A2) is unknown color: approx Blue Gem. HEX triplet: 3F, 22 and A2. RGB value is (63,34,162). Sum of RGB (Red+Green+Blue) = 63+34+162=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F22A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F22A2 is #C0DD5D. Grayscale: #383838. Windows color (decimal): -12639582 or 10625599. OLE color: 10625599.

HSL color Cylindrical-coordinate representation of color #3F22A2: hue angle of 253.59º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F22A2 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6334162-
CMYK0.610.7900.36
HSL253.59º65.31%38.43%-
HSV(B)253.59º79.01%63.53%-
XYZ9.144.8134.63-
YUV57.26187.11132.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.32%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 162 (63.67% from 255) = 62.55%
R=24.32%
G=13.13%
B=62.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63341620.610.7900.36253.5965.3138.43
Hex3F22A23D4F024fe4126
Octal77422427511704437610146
Binary1111111000101010001011110110011110100100111111101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F22A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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