#3C2893

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

Shades of Blue Gem #3C2893

Tints of Blue Gem #3C2893

Color information

#3C2893 (or 0x3C2893) is unknown color: approx Blue Gem. HEX triplet: 3C, 28 and 93. RGB value is (60,40,147). Sum of RGB (Red+Green+Blue) = 60+40+147=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2893 is #C3D76C. Grayscale: #393939. Windows color (decimal): -12834669 or 9644092. OLE color: 9644092.

HSL color Cylindrical-coordinate representation of color #3C2893: hue angle of 251.21º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2893 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6040147-
CMYK0.590.7300.42
HSL251.21º57.22%36.67%-
HSV(B)251.21º72.79%57.65%-
XYZ7.894.5828.07-
YUV58.18178.13129.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 147 (57.81% from 255) = 59.51%
R=24.29%
G=16.19%
B=59.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60401470.590.7300.42251.2157.2236.67
Hex3C28933B4902Afb3925
Octal7450223731110523737145
Binary111100101000100100111110111001001010101011111011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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