#3C339F

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

Shades of Blue Gem #3C339F

Tints of Blue Gem #3C339F

Color information

#3C339F (or 0x3C339F) is unknown color: approx Blue Gem. HEX triplet: 3C, 33 and 9F. RGB value is (60,51,159). Sum of RGB (Red+Green+Blue) = 60+51+159=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C339F is #C3CC60. Grayscale: #414141. Windows color (decimal): -12831841 or 10433340. OLE color: 10433340.

HSL color Cylindrical-coordinate representation of color #3C339F: hue angle of 245º degrees, saturation: 0.51, 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 #3C339F is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6051159-
CMYK0.620.6800.38
HSL245º51.43%41.18%-
HSV(B)245º67.92%62.35%-
XYZ9.315.8333.44-
YUV66180.48123.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 159 (62.5% from 255) = 58.89%
R=22.22%
G=18.89%
B=58.89%

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
Decimal60511590.620.6800.3824551.4341.18
Hex3C339F3E44026f53329
Octal7463237761040463656351
Binary111100110011100111111111101000100010011011110101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,159); }

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

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

 a { background-color: rgb(60,51,159); }

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

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

 span { border-color: rgb(60,51,159); }

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