#3B229E

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

Shades of Blue Gem #3B229E

Tints of Blue Gem #3B229E

Color information

#3B229E (or 0x3B229E) is unknown color: approx Blue Gem. HEX triplet: 3B, 22 and 9E. RGB value is (59,34,158). Sum of RGB (Red+Green+Blue) = 59+34+158=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B229E is #C4DD61. Grayscale: #373737. Windows color (decimal): -12901730 or 10363451. OLE color: 10363451.

HSL color Cylindrical-coordinate representation of color #3B229E: hue angle of 252.1º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B229E is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5934158-
CMYK0.630.7800.38
HSL252.1º64.58%37.65%-
HSV(B)252.1º78.48%61.96%-
XYZ8.554.5432.77-
YUV55.61185.78130.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.51%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=23.51%
G=13.55%
B=62.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59341580.630.7800.38252.164.5837.65
Hex3B229E3F4E026fc4126
Octal73422367711604637410146
Binary1110111000101001111011111110011100100110111111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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