#3C22B3

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

Shades of Blue Gem #3C22B3

Tints of Blue Gem #3C22B3

Color information

#3C22B3 (or 0x3C22B3) is unknown color: approx Blue Gem. HEX triplet: 3C, 22 and B3. RGB value is (60,34,179). Sum of RGB (Red+Green+Blue) = 60+34+179=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C22B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C22B3 is #C3DD4C. Grayscale: #393939. Windows color (decimal): -12836173 or 11739708. OLE color: 11739708.

HSL color Cylindrical-coordinate representation of color #3C22B3: hue angle of 250.76º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C22B3 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6034179-
CMYK0.660.8100.30
HSL250.76º68.08%41.76%-
HSV(B)250.76º81.01%70.2%-
XYZ10.575.3643.13-
YUV58.3196.11129.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 179 (70.31% from 255) = 65.57%
R=21.98%
G=12.45%
B=65.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60341790.660.8100.30250.7668.0841.76
Hex3C22B3425101Efb442a
Octal744226310212103637310452
Binary1111001000101011001110000101010001011110111110111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C22B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,34,179); }

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

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

 a { background-color: rgb(60,34,179); }

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

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

 span { border-color: rgb(60,34,179); }

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