#3E31B0

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

Shades of Blue Gem #3E31B0

Tints of Blue Gem #3E31B0

Color information

#3E31B0 (or 0x3E31B0) is unknown color: approx Blue Gem. HEX triplet: 3E, 31 and B0. RGB value is (62,49,176). Sum of RGB (Red+Green+Blue) = 62+49+176=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E31B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E31B0 is #C1CE4F. Grayscale: #424242. Windows color (decimal): -12701264 or 11546942. OLE color: 11546942.

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

Color convert

RGB6249176-
CMYK0.650.7200.31
HSL246.14º56.44%44.12%-
HSV(B)246.14º72.16%69.02%-
XYZ10.926.3641.73-
YUV67.37189.31124.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=21.60%
G=17.07%
B=61.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62491760.650.7200.31246.1456.4444.12
Hex3E31B0414801Ff6382c
Octal76612601011100373667054
Binary111110110001101100001000001100100001111111110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E31B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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