#3C39AE

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

Shades of Blue Gem #3C39AE

Tints of Blue Gem #3C39AE

Color information

#3C39AE (or 0x3C39AE) is unknown color: approx Blue Gem. HEX triplet: 3C, 39 and AE. RGB value is (60,57,174). Sum of RGB (Red+Green+Blue) = 60+57+174=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C39AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39AE is #C3C651. Grayscale: #464646. Windows color (decimal): -12830290 or 11417916. OLE color: 11417916.

HSL color Cylindrical-coordinate representation of color #3C39AE: hue angle of 241.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C39AE is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6057174-
CMYK0.660.6700.32
HSL241.54º50.65%45.29%-
HSV(B)241.54º67.24%68.24%-
XYZ10.976.9440.81-
YUV71.24185.99119.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=20.62%
G=19.59%
B=59.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60571740.660.6700.32241.5450.6545.29
Hex3C39AE4243020f2332d
Octal74712561021030403626355
Binary1111001110011010111010000101000011010000011110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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