#3C329E

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

Shades of Blue Gem #3C329E

Tints of Blue Gem #3C329E

Color information

#3C329E (or 0x3C329E) is unknown color: approx Blue Gem. HEX triplet: 3C, 32 and 9E. RGB value is (60,50,158). Sum of RGB (Red+Green+Blue) = 60+50+158=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C329E is #C3CD61. Grayscale: #404040. Windows color (decimal): -12832098 or 10367548. OLE color: 10367548.

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

Color convert

RGB6050158-
CMYK0.620.6800.38
HSL245.56º51.92%40.78%-
HSV(B)245.56º68.35%61.96%-
XYZ9.185.7132.97-
YUV65.3180.31124.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=22.39%
G=18.66%
B=58.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60501580.620.6800.38245.5651.9240.78
Hex3C329E3E44026f63429
Octal7462236761040463666451
Binary111100110010100111101111101000100010011011110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,158); }

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

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

 a { background-color: rgb(60,50,158); }

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

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

 span { border-color: rgb(60,50,158); }

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