#3425A4

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

Shades of Blue Gem #3425A4

Tints of Blue Gem #3425A4

Color information

#3425A4 (or 0x3425A4) is unknown color: approx Blue Gem. HEX triplet: 34, 25 and A4. RGB value is (52,37,164). Sum of RGB (Red+Green+Blue) = 52+37+164=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #3425A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3425A4 is #CBDA5B. Grayscale: #373737. Windows color (decimal): -13359708 or 10757428. OLE color: 10757428.

HSL color Cylindrical-coordinate representation of color #3425A4: hue angle of 247.09º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3425A4 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5237164-
CMYK0.680.7700.36
HSL247.09º63.18%39.41%-
HSV(B)247.09º77.44%64.31%-
XYZ8.784.7335.57-
YUV55.96188.97125.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 164 (64.45% from 255) = 64.82%
R=20.55%
G=14.62%
B=64.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52371640.680.7700.36247.0963.1839.41
Hex3425A4444D024f73f27
Octal64452441041150443677747
Binary1101001001011010010010001001001101010010011110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3425A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3425A4; }

 p { color: rgb(52,37,164); }

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

<style>
 a { background-color: #3425A4; }

 a { background-color: rgb(52,37,164); }

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

<style>
 span { border-color: #3425A4; }

 span { border-color: rgb(52,37,164); }

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