#3B2DA4

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

Shades of Blue Gem #3B2DA4

Tints of Blue Gem #3B2DA4

Color information

#3B2DA4 (or 0x3B2DA4) is unknown color: approx Blue Gem. HEX triplet: 3B, 2D and A4. RGB value is (59,45,164). Sum of RGB (Red+Green+Blue) = 59+45+164=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B2DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2DA4 is #C4D25B. Grayscale: #3E3E3E. Windows color (decimal): -12898908 or 10759483. OLE color: 10759483.

HSL color Cylindrical-coordinate representation of color #3B2DA4: hue angle of 247.06º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2DA4 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5945164-
CMYK0.640.7300.36
HSL247.06º56.94%40.98%-
HSV(B)247.06º72.56%64.31%-
XYZ9.445.4935.68-
YUV62.75185.14125.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.01%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 164 (64.45% from 255) = 61.19%
R=22.01%
G=16.79%
B=61.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59451640.640.7300.36247.0656.9440.98
Hex3B2DA44049024f73929
Octal73552441001110443677151
Binary1110111011011010010010000001001001010010011110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,45,164); }

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

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

 a { background-color: rgb(59,45,164); }

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

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

 span { border-color: rgb(59,45,164); }

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