#3C299E

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

Shades of Blue Gem #3C299E

Tints of Blue Gem #3C299E

Color information

#3C299E (or 0x3C299E) is unknown color: approx Blue Gem. HEX triplet: 3C, 29 and 9E. RGB value is (60,41,158). Sum of RGB (Red+Green+Blue) = 60+41+158=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C299E is #C3D661. Grayscale: #3B3B3B. Windows color (decimal): -12834402 or 10365244. OLE color: 10365244.

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

Color convert

RGB6041158-
CMYK0.620.7400.38
HSL249.74º58.79%39.02%-
HSV(B)249.74º74.05%61.96%-
XYZ8.835.0232.85-
YUV60.02183.29127.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=23.17%
G=15.83%
B=61.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60411580.620.7400.38249.7458.7939.02
Hex3C299E3E4A026fa3b27
Octal7451236761120463727347
Binary111100101001100111101111101001010010011011111010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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