#3E26AB

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

Shades of Blue Gem #3E26AB

Tints of Blue Gem #3E26AB

Color information

#3E26AB (or 0x3E26AB) is unknown color: approx Blue Gem. HEX triplet: 3E, 26 and AB. RGB value is (62,38,171). Sum of RGB (Red+Green+Blue) = 62+38+171=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E26AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E26AB is #C1D954. Grayscale: #3B3B3B. Windows color (decimal): -12704085 or 11216446. OLE color: 11216446.

HSL color Cylindrical-coordinate representation of color #3E26AB: hue angle of 250.83º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E26AB is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6238171-
CMYK0.640.7800.33
HSL250.83º63.64%40.98%-
HSV(B)250.83º77.78%67.06%-
XYZ10.035.3539.03-
YUV60.34190.45129.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.88%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=22.88%
G=14.02%
B=63.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62381710.640.7800.33250.8363.6440.98
Hex3E26AB404E021fb4029
Octal764625310011604137310051
Binary11111010011010101011100000010011100100001111110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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