#3C25A4

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

Shades of Blue Gem #3C25A4

Tints of Blue Gem #3C25A4

Color information

#3C25A4 (or 0x3C25A4) is unknown color: approx Blue Gem. HEX triplet: 3C, 25 and A4. RGB value is (60,37,164). Sum of RGB (Red+Green+Blue) = 60+37+164=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C25A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C25A4 is #C3DA5B. Grayscale: #393939. Windows color (decimal): -12835420 or 10757436. OLE color: 10757436.

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

Color convert

RGB6037164-
CMYK0.630.7700.36
HSL250.87º63.18%39.41%-
HSV(B)250.87º77.44%64.31%-
XYZ9.234.9635.59-
YUV58.35187.62129.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 164 (64.45% from 255) = 62.84%
R=22.99%
G=14.18%
B=62.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60371640.630.7700.36250.8763.1839.41
Hex3C25A43F4D024fb3f27
Octal7445244771150443737747
Binary111100100101101001001111111001101010010011111011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C25A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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