#3223A1

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

Shades of Blue Gem #3223A1

Tints of Blue Gem #3223A1

Color information

#3223A1 (or 0x3223A1) is unknown color: approx Blue Gem. HEX triplet: 32, 23 and A1. RGB value is (50,35,161). Sum of RGB (Red+Green+Blue) = 50+35+161=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #3223A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3223A1 is #CDDC5E. Grayscale: #353535. Windows color (decimal): -13491295 or 10560306. OLE color: 10560306.

HSL color Cylindrical-coordinate representation of color #3223A1: hue angle of 247.14º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3223A1 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5035161-
CMYK0.690.7800.37
HSL247.14º64.29%38.43%-
HSV(B)247.14º78.26%63.14%-
XYZ8.354.4534.14-
YUV53.85188.47125.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 161 (63.28% from 255) = 65.45%
R=20.33%
G=14.23%
B=65.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50351610.690.7800.37247.1464.2938.43
Hex3223A1454E025f74026
Octal624324110511604536710046
Binary11001010001110100001100010110011100100101111101111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3223A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3223A1; }

 p { color: rgb(50,35,161); }

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

<style>
 a { background-color: #3223A1; }

 a { background-color: rgb(50,35,161); }

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

<style>
 span { border-color: #3223A1; }

 span { border-color: rgb(50,35,161); }

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