#3934AB

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

Shades of Blue Gem #3934AB

Tints of Blue Gem #3934AB

Color information

#3934AB (or 0x3934AB) is unknown color: approx Blue Gem. HEX triplet: 39, 34 and AB. RGB value is (57,52,171). Sum of RGB (Red+Green+Blue) = 57+52+171=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #3934AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3934AB is #C6CB54. Grayscale: #424242. Windows color (decimal): -13028181 or 11220025. OLE color: 11220025.

HSL color Cylindrical-coordinate representation of color #3934AB: hue angle of 242.52º 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 #3934AB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5752171-
CMYK0.670.7000.33
HSL242.52º53.36%43.73%-
HSV(B)242.52º69.59%67.06%-
XYZ10.276.2739.2-
YUV67.06186.66120.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 171 (67.19% from 255) = 61.07%
R=20.36%
G=18.57%
B=61.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57521710.670.7000.33242.5253.3643.73
Hex3934AB4346021f3352c
Octal71642531031060413636554
Binary1110011101001010101110000111000110010000111110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3934AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3934AB; }

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

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

<style>
 a { background-color: #3934AB; }

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

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

<style>
 span { border-color: #3934AB; }

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

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