#3C37AE

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

Shades of Blue Gem #3C37AE

Tints of Blue Gem #3C37AE

Color information

#3C37AE (or 0x3C37AE) is unknown color: approx Blue Gem. HEX triplet: 3C, 37 and AE. RGB value is (60,55,174). Sum of RGB (Red+Green+Blue) = 60+55+174=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C37AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C37AE is #C3C851. Grayscale: #454545. Windows color (decimal): -12830802 or 11417404. OLE color: 11417404.

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

Color convert

RGB6055174-
CMYK0.660.6800.32
HSL242.52º51.97%44.9%-
HSV(B)242.52º68.39%68.24%-
XYZ10.876.7540.77-
YUV70.06186.66120.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=20.76%
G=19.03%
B=60.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60551740.660.6800.32242.5251.9744.9
Hex3C37AE4244020f3342d
Octal74672561021040403636455
Binary1111001101111010111010000101000100010000011110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C37AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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