#3E2A9C

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

Shades of Blue Gem #3E2A9C

Tints of Blue Gem #3E2A9C

Color information

#3E2A9C (or 0x3E2A9C) is unknown color: approx Blue Gem. HEX triplet: 3E, 2A and 9C. RGB value is (62,42,156). Sum of RGB (Red+Green+Blue) = 62+42+156=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E2A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2A9C is #C1D563. Grayscale: #3C3C3C. Windows color (decimal): -12703076 or 10234430. OLE color: 10234430.

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

Color convert

RGB6242156-
CMYK0.600.7300.39
HSL250.53º57.58%38.82%-
HSV(B)250.53º73.08%61.18%-
XYZ8.825.0831.97-
YUV60.98181.63128.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 156 (61.33% from 255) = 60%
R=23.85%
G=16.15%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62421560.600.7300.39250.5357.5838.82
Hex3E2A9C3C49027fb3a27
Octal7652234741110473737247
Binary111110101010100111001111001001001010011111111011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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