#3E32AF

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

Shades of Blue Gem #3E32AF

Tints of Blue Gem #3E32AF

Color information

#3E32AF (or 0x3E32AF) is unknown color: approx Blue Gem. HEX triplet: 3E, 32 and AF. RGB value is (62,50,175). Sum of RGB (Red+Green+Blue) = 62+50+175=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E32AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E32AF is #C1CD50. Grayscale: #434343. Windows color (decimal): -12701009 or 11481662. OLE color: 11481662.

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

Color convert

RGB6250175-
CMYK0.650.7100.31
HSL245.76º55.56%44.12%-
HSV(B)245.76º71.43%68.63%-
XYZ10.876.441.22-
YUV67.84188.48123.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=21.60%
G=17.42%
B=60.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62501750.650.7100.31245.7655.5644.12
Hex3E32AF414701Ff6382c
Octal76622571011070373667054
Binary111110110010101011111000001100011101111111110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E32AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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