#3C25B4

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

Shades of Blue Gem #3C25B4

Tints of Blue Gem #3C25B4

Color information

#3C25B4 (or 0x3C25B4) is unknown color: approx Blue Gem. HEX triplet: 3C, 25 and B4. RGB value is (60,37,180). Sum of RGB (Red+Green+Blue) = 60+37+180=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C25B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C25B4 is #C3DA4B. Grayscale: #3B3B3B. Windows color (decimal): -12835404 or 11806012. OLE color: 11806012.

HSL color Cylindrical-coordinate representation of color #3C25B4: hue angle of 249.65º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C25B4 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6037180-
CMYK0.670.7900.29
HSL249.65º65.9%42.55%-
HSV(B)249.65º79.44%70.59%-
XYZ10.765.5843.69-
YUV60.18195.62127.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 180 (70.70% from 255) = 64.98%
R=21.66%
G=13.36%
B=64.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60371800.670.7900.29249.6565.942.55
Hex3C25B4434F01Dfa422b
Octal744526410311703537210253
Binary1111001001011011010010000111001111011101111110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C25B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,180); }

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

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

 a { background-color: rgb(60,37,180); }

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

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

 span { border-color: rgb(60,37,180); }

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