#3B2AAF

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

Shades of Blue Gem #3B2AAF

Tints of Blue Gem #3B2AAF

Color information

#3B2AAF (or 0x3B2AAF) is unknown color: approx Blue Gem. HEX triplet: 3B, 2A and AF. RGB value is (59,42,175). Sum of RGB (Red+Green+Blue) = 59+42+175=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B2AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2AAF is #C4D550. Grayscale: #3D3D3D. Windows color (decimal): -12899665 or 11479611. OLE color: 11479611.

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

Color convert

RGB5942175-
CMYK0.660.7600.31
HSL247.67º61.29%42.55%-
HSV(B)247.67º76%68.63%-
XYZ10.375.6841.11-
YUV62.24191.63125.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.38%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 175 (68.75% from 255) = 63.41%
R=21.38%
G=15.22%
B=63.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59421750.660.7600.31247.6761.2942.55
Hex3B2AAF424C01Ff83d2b
Octal73522571021140373707553
Binary111011101010101011111000010100110001111111111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,42,175); }

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

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

 a { background-color: rgb(59,42,175); }

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

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

 span { border-color: rgb(59,42,175); }

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