#3C289B

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

Shades of Blue Gem #3C289B

Tints of Blue Gem #3C289B

Color information

#3C289B (or 0x3C289B) is unknown color: approx Blue Gem. HEX triplet: 3C, 28 and 9B. RGB value is (60,40,155). Sum of RGB (Red+Green+Blue) = 60+40+155=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C289B is #C3D764. Grayscale: #3A3A3A. Windows color (decimal): -12834661 or 10168380. OLE color: 10168380.

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

Color convert

RGB6040155-
CMYK0.610.7400.39
HSL250.43º58.97%38.24%-
HSV(B)250.43º74.19%60.78%-
XYZ8.544.8431.5-
YUV59.09182.13128.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=23.53%
G=15.69%
B=60.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60401550.610.7400.39250.4358.9738.24
Hex3C289B3D4A027fa3b26
Octal7450233751120473727346
Binary111100101000100110111111011001010010011111111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,40,155); }

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

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

 a { background-color: rgb(60,40,155); }

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

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

 span { border-color: rgb(60,40,155); }

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