#3B38AB

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

Shades of Blue Gem #3B38AB

Tints of Blue Gem #3B38AB

Color information

#3B38AB (or 0x3B38AB) is unknown color: approx Blue Gem. HEX triplet: 3B, 38 and AB. RGB value is (59,56,171). Sum of RGB (Red+Green+Blue) = 59+56+171=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B38AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B38AB is #C4C754. Grayscale: #454545. Windows color (decimal): -12896085 or 11221051. OLE color: 11221051.

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

Color convert

RGB5956171-
CMYK0.650.6700.33
HSL241.57º50.66%44.51%-
HSV(B)241.57º67.25%67.06%-
XYZ10.576.739.26-
YUV70.01184.99120.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=20.63%
G=19.58%
B=59.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59561710.650.6700.33241.5750.6644.51
Hex3B38AB4143021f2332d
Octal73702531011030413626355
Binary1110111110001010101110000011000011010000111110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B38AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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