#3D37AB

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

Shades of Blue Gem #3D37AB

Tints of Blue Gem #3D37AB

Color information

#3D37AB (or 0x3D37AB) is unknown color: approx Blue Gem. HEX triplet: 3D, 37 and AB. RGB value is (61,55,171). Sum of RGB (Red+Green+Blue) = 61+55+171=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D37AB is #C2C854. Grayscale: #454545. Windows color (decimal): -12765269 or 11220797. OLE color: 11220797.

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

Color convert

RGB6155171-
CMYK0.640.6800.33
HSL243.1º51.33%44.31%-
HSV(B)243.1º67.84%67.06%-
XYZ10.646.6639.25-
YUV70.02184.99121.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=21.25%
G=19.16%
B=59.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61551710.640.6800.33243.151.3344.31
Hex3D37AB4044021f3332c
Octal75672531001040413636354
Binary1111011101111010101110000001000100010000111110011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D37AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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