#3D2EAB

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

Shades of Blue Gem #3D2EAB

Tints of Blue Gem #3D2EAB

Color information

#3D2EAB (or 0x3D2EAB) is unknown color: approx Blue Gem. HEX triplet: 3D, 2E and AB. RGB value is (61,46,171). Sum of RGB (Red+Green+Blue) = 61+46+171=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2EAB is #C2D154. Grayscale: #404040. Windows color (decimal): -12767573 or 11218493. OLE color: 11218493.

HSL color Cylindrical-coordinate representation of color #3D2EAB: hue angle of 247.2º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D2EAB is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6146171-
CMYK0.640.7300.33
HSL247.2º57.6%42.55%-
HSV(B)247.2º73.1%67.06%-
XYZ10.255.8939.12-
YUV64.74187.97125.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.94%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=21.94%
G=16.55%
B=61.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61461710.640.7300.33247.257.642.55
Hex3D2EAB4049021f73a2b
Octal75562531001110413677253
Binary1111011011101010101110000001001001010000111110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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