#3e23af

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

Shades of Blue Gem #3E23AF

Tints of Blue Gem #3E23AF

Color information

#3E23AF (or 0x3E23AF) is unknown color: approx Blue Gem. HEX triplet: 3E, 23 and AF. RGB value is (62,35,175). Sum of RGB (Red+Green+Blue) = 62+35+175=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E23AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E23AF is #C1DC50. Grayscale: #3A3A3A. Windows color (decimal): -12704849 or 11477822. OLE color: 11477822.

HSL color Cylindrical-coordinate representation of color #3E23AF: hue angle of 251.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E23AF is Cyan = 0.65, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6235175-
CMYK0.650.800.31
HSL251.57º66.67%41.18%-
HSV(B)251.57º80%68.63%-
XYZ10.335.3241.04-
YUV59.03193.45130.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 175 (68.75% from 255) = 64.34%
R=22.79%
G=12.87%
B=64.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62351750.650.800.31251.5766.6741.18
Hex3E23AF415001Ffc4329
Octal764325710112003737410351
Binary1111101000111010111110000011010000011111111111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e23af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,35,175); }

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

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

 a { background-color: rgb(62,35,175); }

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

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

 span { border-color: rgb(62,35,175); }

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