#3C2DA7

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

Shades of Blue Gem #3C2DA7

Tints of Blue Gem #3C2DA7

Color information

#3C2DA7 (or 0x3C2DA7) is unknown color: approx Blue Gem. HEX triplet: 3C, 2D and A7. RGB value is (60,45,167). Sum of RGB (Red+Green+Blue) = 60+45+167=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 167 (65.62% from 255 or 61.40% from 272); Max value from RGB is 167 - color contains mainly: blue. Hex color #3C2DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2DA7 is #C3D258. Grayscale: #3E3E3E. Windows color (decimal): -12833369 or 10956092. OLE color: 10956092.

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

Color convert

RGB6045167-
CMYK0.640.7300.35
HSL247.38º57.55%41.57%-
HSV(B)247.38º73.05%65.49%-
XYZ9.785.6337.13-
YUV63.39186.47125.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 167 (65.62% from 255) = 61.40%
R=22.06%
G=16.54%
B=61.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60451670.640.7300.35247.3857.5541.57
Hex3C2DA74049023f73a2a
Octal74552471001110433677252
Binary1111001011011010011110000001001001010001111110111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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