#3E269D

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

Shades of Blue Gem #3E269D

Tints of Blue Gem #3E269D

Color information

#3E269D (or 0x3E269D) is unknown color: approx Blue Gem. HEX triplet: 3E, 26 and 9D. RGB value is (62,38,157). Sum of RGB (Red+Green+Blue) = 62+38+157=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E269D is #C1D962. Grayscale: #3A3A3A. Windows color (decimal): -12704099 or 10298942. OLE color: 10298942.

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

Color convert

RGB6238157-
CMYK0.610.7600.38
HSL252.1º61.03%38.24%-
HSV(B)252.1º75.8%61.57%-
XYZ8.774.8432.37-
YUV58.74183.45130.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=24.12%
G=14.79%
B=61.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62381570.610.7600.38252.161.0338.24
Hex3E269D3D4C026fc3d26
Octal7646235751140463747546
Binary111110100110100111011111011001100010011011111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,38,157); }

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

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

 a { background-color: rgb(62,38,157); }

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

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

 span { border-color: rgb(62,38,157); }

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