#3E279C

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

Shades of Blue Gem #3E279C

Tints of Blue Gem #3E279C

Color information

#3E279C (or 0x3E279C) is unknown color: approx Blue Gem. HEX triplet: 3E, 27 and 9C. RGB value is (62,39,156). Sum of RGB (Red+Green+Blue) = 62+39+156=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E279C is #C1D863. Grayscale: #3A3A3A. Windows color (decimal): -12703844 or 10233662. OLE color: 10233662.

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

Color convert

RGB6239156-
CMYK0.600.7500.39
HSL251.79º60%38.24%-
HSV(B)251.79º75%61.18%-
XYZ8.714.8831.93-
YUV59.22182.62129.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=24.12%
G=15.18%
B=60.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62391560.600.7500.39251.796038.24
Hex3E279C3C4B027fc3c26
Octal7647234741130473747446
Binary111110100111100111001111001001011010011111111100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,39,156); }

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

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

 a { background-color: rgb(62,39,156); }

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

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

 span { border-color: rgb(62,39,156); }

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