#3E259C

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

Shades of Blue Gem #3E259C

Tints of Blue Gem #3E259C

Color information

#3E259C (or 0x3E259C) is unknown color: approx Blue Gem. HEX triplet: 3E, 25 and 9C. RGB value is (62,37,156). Sum of RGB (Red+Green+Blue) = 62+37+156=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E259C is #C1DA63. Grayscale: #393939. Windows color (decimal): -12704356 or 10233150. OLE color: 10233150.

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

Color convert

RGB6237156-
CMYK0.600.7600.39
HSL252.61º61.66%37.84%-
HSV(B)252.61º76.28%61.18%-
XYZ8.654.7531.91-
YUV58.04183.28130.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 156 (61.33% from 255) = 61.18%
R=24.31%
G=14.51%
B=61.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62371560.600.7600.39252.6161.6637.84
Hex3E259C3C4C027fd3e26
Octal7645234741140473757646
Binary111110100101100111001111001001100010011111111101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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