#3C2098

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

Shades of Blue Gem #3C2098

Tints of Blue Gem #3C2098

Color information

#3C2098 (or 0x3C2098) is unknown color: approx Blue Gem. HEX triplet: 3C, 20 and 98. RGB value is (60,32,152). Sum of RGB (Red+Green+Blue) = 60+32+152=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C2098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2098 is #C3DF67. Grayscale: #353535. Windows color (decimal): -12836712 or 9969724. OLE color: 9969724.

HSL color Cylindrical-coordinate representation of color #3C2098: hue angle of 254º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2098 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6032152-
CMYK0.610.7900.40
HSL254º65.22%36.08%-
HSV(B)254º78.95%59.61%-
XYZ8.054.2630.1-
YUV54.05183.28132.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 152 (59.77% from 255) = 62.30%
R=24.59%
G=13.11%
B=62.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60321520.610.7900.4025465.2236.08
Hex3C20983D4F028fe4124
Octal74402307511705037610144
Binary1111001000001001100011110110011110101000111111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,152); }

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

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

 a { background-color: rgb(60,32,152); }

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

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

 span { border-color: rgb(60,32,152); }

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