#3D2EB1

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

Shades of Blue Gem #3D2EB1

Tints of Blue Gem #3D2EB1

Color information

#3D2EB1 (or 0x3D2EB1) is unknown color: approx Blue Gem. HEX triplet: 3D, 2E and B1. RGB value is (61,46,177). Sum of RGB (Red+Green+Blue) = 61+46+177=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D2EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2EB1 is #C2D14E. Grayscale: #404040. Windows color (decimal): -12767567 or 11611709. OLE color: 11611709.

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

Color convert

RGB6146177-
CMYK0.660.7400.31
HSL246.87º58.74%43.73%-
HSV(B)246.87º74.01%69.41%-
XYZ10.846.1242.21-
YUV65.42190.97124.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 46 (18.36% from 255) = 16.20%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=21.48%
G=16.20%
B=62.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61461770.660.7400.31246.8758.7443.73
Hex3D2EB1424A01Ff73b2c
Octal75562611021120373677354
Binary111101101110101100011000010100101001111111110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,177); }

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

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

 a { background-color: rgb(61,46,177); }

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

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

 span { border-color: rgb(61,46,177); }

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