#3B34AB

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

Shades of Blue Gem #3B34AB

Tints of Blue Gem #3B34AB

Color information

#3B34AB (or 0x3B34AB) is unknown color: approx Blue Gem. HEX triplet: 3B, 34 and AB. RGB value is (59,52,171). Sum of RGB (Red+Green+Blue) = 59+52+171=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B34AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B34AB is #C4CB54. Grayscale: #434343. Windows color (decimal): -12897109 or 11220027. OLE color: 11220027.

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

Color convert

RGB5952171-
CMYK0.650.7000.33
HSL243.53º53.36%43.73%-
HSV(B)243.53º69.59%67.06%-
XYZ10.386.3339.2-
YUV67.66186.32121.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=20.92%
G=18.44%
B=60.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59521710.650.7000.33243.5353.3643.73
Hex3B34AB4146021f4352c
Octal73642531011060413646554
Binary1110111101001010101110000011000110010000111110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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