#3C2DB2

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

Shades of Blue Gem #3C2DB2

Tints of Blue Gem #3C2DB2

Color information

#3C2DB2 (or 0x3C2DB2) is unknown color: approx Blue Gem. HEX triplet: 3C, 2D and B2. RGB value is (60,45,178). Sum of RGB (Red+Green+Blue) = 60+45+178=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 178 (69.92% from 255 or 62.90% from 283); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C2DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2DB2 is #C3D24D. Grayscale: #404040. Windows color (decimal): -12833358 or 11676988. OLE color: 11676988.

HSL color Cylindrical-coordinate representation of color #3C2DB2: hue angle of 246.77º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2DB2 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6045178-
CMYK0.660.7500.30
HSL246.77º59.64%43.73%-
HSV(B)246.77º74.72%69.8%-
XYZ10.846.0542.72-
YUV64.65191.97124.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 178 (69.92% from 255) = 62.90%
R=21.20%
G=15.90%
B=62.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60451780.660.7500.30246.7759.6443.73
Hex3C2DB2424B01Ef73c2c
Octal74552621021130363677454
Binary111100101101101100101000010100101101111011110111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,178); }

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

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

 a { background-color: rgb(60,45,178); }

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

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

 span { border-color: rgb(60,45,178); }

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