#3C2595

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

Shades of Blue Gem #3C2595

Tints of Blue Gem #3C2595

Color information

#3C2595 (or 0x3C2595) is unknown color: approx Blue Gem. HEX triplet: 3C, 25 and 95. RGB value is (60,37,149). Sum of RGB (Red+Green+Blue) = 60+37+149=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C2595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2595 is #C3DA6A. Grayscale: #383838. Windows color (decimal): -12835435 or 9774396. OLE color: 9774396.

HSL color Cylindrical-coordinate representation of color #3C2595: hue angle of 252.32º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C2595 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6037149-
CMYK0.600.7500.42
HSL252.32º60.22%36.47%-
HSV(B)252.32º75.17%58.43%-
XYZ7.954.4528.87-
YUV56.64180.12130.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 149 (58.59% from 255) = 60.57%
R=24.39%
G=15.04%
B=60.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60371490.600.7500.42252.3260.2236.47
Hex3C25953C4B02Afc3c24
Octal7445225741130523747444
Binary111100100101100101011111001001011010101011111100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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