#3426A6

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

Shades of Blue Gem #3426A6

Tints of Blue Gem #3426A6

Color information

#3426A6 (or 0x3426A6) is unknown color: approx Blue Gem. HEX triplet: 34, 26 and A6. RGB value is (52,38,166). Sum of RGB (Red+Green+Blue) = 52+38+166=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 166 (65.23% from 255 or 64.84% from 256); Max value from RGB is 166 - color contains mainly: blue. Hex color #3426A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3426A6 is #CBD959. Grayscale: #383838. Windows color (decimal): -13359450 or 10888756. OLE color: 10888756.

HSL color Cylindrical-coordinate representation of color #3426A6: hue angle of 246.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3426A6 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5238166-
CMYK0.690.7700.35
HSL246.56º62.75%40%-
HSV(B)246.56º77.11%65.1%-
XYZ8.994.8736.54-
YUV56.78189.64124.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 166 (65.23% from 255) = 64.84%
R=20.31%
G=14.84%
B=64.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52381660.690.7700.35246.5662.7540
Hex3426A6454D023f73f28
Octal64462461051150433677750
Binary1101001001101010011010001011001101010001111110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3426A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3426A6; }

 p { color: rgb(52,38,166); }

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

<style>
 a { background-color: #3426A6; }

 a { background-color: rgb(52,38,166); }

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

<style>
 span { border-color: #3426A6; }

 span { border-color: rgb(52,38,166); }

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