#3C2297

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

Shades of Blue Gem #3C2297

Tints of Blue Gem #3C2297

Color information

#3C2297 (or 0x3C2297) is unknown color: approx Blue Gem. HEX triplet: 3C, 22 and 97. RGB value is (60,34,151). Sum of RGB (Red+Green+Blue) = 60+34+151=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 151 (59.38% from 255 or 61.63% from 245); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C2297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2297 is #C3DD68. Grayscale: #363636. Windows color (decimal): -12836201 or 9904700. OLE color: 9904700.

HSL color Cylindrical-coordinate representation of color #3C2297: hue angle of 253.33º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2297 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6034151-
CMYK0.600.7700.41
HSL253.33º63.24%36.27%-
HSV(B)253.33º77.48%59.22%-
XYZ8.024.3429.69-
YUV55.11182.11131.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 151 (59.38% from 255) = 61.63%
R=24.49%
G=13.88%
B=61.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60341510.600.7700.41253.3363.2436.27
Hex3C22973C4D029fd3f24
Octal7442227741150513757744
Binary111100100010100101111111001001101010100111111101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,34,151); }

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

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

 a { background-color: rgb(60,34,151); }

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

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

 span { border-color: rgb(60,34,151); }

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