#3C39AB

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

Shades of Blue Gem #3C39AB

Tints of Blue Gem #3C39AB

Color information

#3C39AB (or 0x3C39AB) is unknown color: approx Blue Gem. HEX triplet: 3C, 39 and AB. RGB value is (60,57,171). Sum of RGB (Red+Green+Blue) = 60+57+171=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C39AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39AB is #C3C654. Grayscale: #464646. Windows color (decimal): -12830293 or 11221308. OLE color: 11221308.

HSL color Cylindrical-coordinate representation of color #3C39AB: hue angle of 241.58º 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 #3C39AB is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6057171-
CMYK0.650.6700.33
HSL241.58º50%44.71%-
HSV(B)241.58º66.67%67.06%-
XYZ10.686.8339.28-
YUV70.89184.49120.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=20.83%
G=19.79%
B=59.38%

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
Decimal60571710.650.6700.33241.585044.71
Hex3C39AB4143021f2322d
Octal74712531011030413626255
Binary1111001110011010101110000011000011010000111110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C39AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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