#3E1FB0

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

Shades of Blue Gem #3E1FB0

Tints of Blue Gem #3E1FB0

Color information

#3E1FB0 (or 0x3E1FB0) is unknown color: approx Blue Gem. HEX triplet: 3E, 1F and B0. RGB value is (62,31,176). Sum of RGB (Red+Green+Blue) = 62+31+176=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E1FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1FB0 is #C1E04F. Grayscale: #383838. Windows color (decimal): -12705872 or 11542334. OLE color: 11542334.

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

Color convert

RGB6231176-
CMYK0.650.8200.31
HSL252.83º70.05%40.59%-
HSV(B)252.83º82.39%69.02%-
XYZ10.315.1441.52-
YUV56.8195.27131.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 176 (69.14% from 255) = 65.43%
R=23.05%
G=11.52%
B=65.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62311760.650.8200.31252.8370.0540.59
Hex3E1FB0415201Ffd4629
Octal763726010112203737510651
Binary111110111111011000010000011010010011111111111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,31,176); }

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

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

 a { background-color: rgb(62,31,176); }

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

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

 span { border-color: rgb(62,31,176); }

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