#3C39AC

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

Shades of Blue Gem #3C39AC

Tints of Blue Gem #3C39AC

Color information

#3C39AC (or 0x3C39AC) is unknown color: approx Blue Gem. HEX triplet: 3C, 39 and AC. RGB value is (60,57,172). Sum of RGB (Red+Green+Blue) = 60+57+172=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39AC is #C3C653. Grayscale: #464646. Windows color (decimal): -12830292 or 11286844. OLE color: 11286844.

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

Color convert

RGB6057172-
CMYK0.650.6700.33
HSL241.57º50.22%44.9%-
HSV(B)241.57º66.86%67.45%-
XYZ10.776.8739.79-
YUV71.01184.99120.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 172 (67.58% from 255) = 59.52%
R=20.76%
G=19.72%
B=59.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60571720.650.6700.33241.5750.2244.9
Hex3C39AC4143021f2322d
Octal74712541011030413626255
Binary1111001110011010110010000011000011010000111110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,172); }

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

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

 a { background-color: rgb(60,57,172); }

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

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

 span { border-color: rgb(60,57,172); }

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