#3D29A4

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

Shades of Blue Gem #3D29A4

Tints of Blue Gem #3D29A4

Color information

#3D29A4 (or 0x3D29A4) is unknown color: approx Blue Gem. HEX triplet: 3D, 29 and A4. RGB value is (61,41,164). Sum of RGB (Red+Green+Blue) = 61+41+164=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D29A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D29A4 is #C2D65B. Grayscale: #3C3C3C. Windows color (decimal): -12768860 or 10758461. OLE color: 10758461.

HSL color Cylindrical-coordinate representation of color #3D29A4: hue angle of 249.76º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D29A4 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6141164-
CMYK0.630.7500.36
HSL249.76º60%40.2%-
HSV(B)249.76º75%64.31%-
XYZ9.425.2635.64-
YUV61186.13128-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 164 (64.45% from 255) = 61.65%
R=22.93%
G=15.41%
B=61.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61411640.630.7500.36249.766040.2
Hex3D29A43F4B024fa3c28
Octal7551244771130443727450
Binary111101101001101001001111111001011010010011111010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D29A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,164); }

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

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

 a { background-color: rgb(61,41,164); }

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

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

 span { border-color: rgb(61,41,164); }

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