#3D2CA2

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

Shades of Blue Gem #3D2CA2

Tints of Blue Gem #3D2CA2

Color information

#3D2CA2 (or 0x3D2CA2) is unknown color: approx Blue Gem. HEX triplet: 3D, 2C and A2. RGB value is (61,44,162). Sum of RGB (Red+Green+Blue) = 61+44+162=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #3D2CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2CA2 is #C2D35D. Grayscale: #3E3E3E. Windows color (decimal): -12768094 or 10628157. OLE color: 10628157.

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

Color convert

RGB6144162-
CMYK0.620.7300.36
HSL248.64º57.28%40.39%-
HSV(B)248.64º72.84%63.53%-
XYZ9.355.434.73-
YUV62.54184.13126.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.85%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 162 (63.67% from 255) = 60.67%
R=22.85%
G=16.48%
B=60.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61441620.620.7300.36248.6457.2840.39
Hex3D2CA23E49024f93928
Octal7554242761110443717150
Binary111101101100101000101111101001001010010011111001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,44,162); }

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

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

 a { background-color: rgb(61,44,162); }

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

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

 span { border-color: rgb(61,44,162); }

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