#3B37AB

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

Shades of Blue Gem #3B37AB

Tints of Blue Gem #3B37AB

Color information

#3B37AB (or 0x3B37AB) is unknown color: approx Blue Gem. HEX triplet: 3B, 37 and AB. RGB value is (59,55,171). Sum of RGB (Red+Green+Blue) = 59+55+171=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B37AB is #C4C854. Grayscale: #444444. Windows color (decimal): -12896341 or 11220795. OLE color: 11220795.

HSL color Cylindrical-coordinate representation of color #3B37AB: hue angle of 242.07º 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 #3B37AB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5955171-
CMYK0.650.6800.33
HSL242.07º51.33%44.31%-
HSV(B)242.07º67.84%67.06%-
XYZ10.526.639.25-
YUV69.42185.33120.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.70%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 171 (67.19% from 255) = 60%
R=20.70%
G=19.30%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59551710.650.6800.33242.0751.3344.31
Hex3B37AB4144021f2332c
Octal73672531011040413626354
Binary1110111101111010101110000011000100010000111110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B37AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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