#3C2EAB

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

Shades of Blue Gem #3C2EAB

Tints of Blue Gem #3C2EAB

Color information

#3C2EAB (or 0x3C2EAB) is unknown color: approx Blue Gem. HEX triplet: 3C, 2E and AB. RGB value is (60,46,171). Sum of RGB (Red+Green+Blue) = 60+46+171=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2EAB is #C3D154. Grayscale: #3F3F3F. Windows color (decimal): -12833109 or 11218492. OLE color: 11218492.

HSL color Cylindrical-coordinate representation of color #3C2EAB: hue angle of 246.72º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2EAB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6046171-
CMYK0.650.7300.33
HSL246.72º57.6%42.55%-
HSV(B)246.72º73.1%67.06%-
XYZ10.195.8539.12-
YUV64.44188.14124.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 171 (67.19% from 255) = 61.73%
R=21.66%
G=16.61%
B=61.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60461710.650.7300.33246.7257.642.55
Hex3C2EAB4149021f73a2b
Octal74562531011110413677253
Binary1111001011101010101110000011001001010000111110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,46,171); }

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

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

 a { background-color: rgb(60,46,171); }

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

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

 span { border-color: rgb(60,46,171); }

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