#3B229B

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

Shades of Blue Gem #3B229B

Tints of Blue Gem #3B229B

Color information

#3B229B (or 0x3B229B) is unknown color: approx Blue Gem. HEX triplet: 3B, 22 and 9B. RGB value is (59,34,155). Sum of RGB (Red+Green+Blue) = 59+34+155=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B229B is #C4DD64. Grayscale: #363636. Windows color (decimal): -12901733 or 10166843. OLE color: 10166843.

HSL color Cylindrical-coordinate representation of color #3B229B: hue angle of 252.4º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B229B is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5934155-
CMYK0.620.7800.39
HSL252.4º64.02%37.06%-
HSV(B)252.4º78.06%60.78%-
XYZ8.294.4431.43-
YUV55.27184.28130.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=23.79%
G=13.71%
B=62.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59341550.620.7800.39252.464.0237.06
Hex3B229B3E4E027fc4025
Octal73422337611604737410045
Binary1110111000101001101111111010011100100111111111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,155); }

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

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

 a { background-color: rgb(59,34,155); }

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

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

 span { border-color: rgb(59,34,155); }

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