#3428C6

Color #3428C6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3428C6

Tints of Persian Blue #3428C6

Color information

#3428C6 (or 0x3428C6) is unknown color: approx Persian Blue. HEX triplet: 34, 28 and C6. RGB value is (52,40,198). Sum of RGB (Red+Green+Blue) = 52+40+198=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 198 (77.73% from 255 or 68.28% from 290); Max value from RGB is 198 - color contains mainly: blue. Hex color #3428C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3428C6 is #CBD739. Grayscale: #3C3C3C. Windows color (decimal): -13358906 or 12986420. OLE color: 12986420.

HSL color Cylindrical-coordinate representation of color #3428C6: hue angle of 244.56º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3428C6 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5240198-
CMYK0.740.8000.22
HSL244.56º66.39%46.67%-
HSV(B)244.56º79.8%77.65%-
XYZ12.376.3254-
YUV61.6204.98121.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 40 (16.02% from 255) = 13.79%
BLUE value IS 198 (77.73% from 255) = 68.28%
R=17.93%
G=13.79%
B=68.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52401980.740.8000.22244.5666.3946.67
Hex3428C64A50016f5422f
Octal645030611212002636510257
Binary1101001010001100011010010101010000010110111101011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3428C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3428C6; }

 p { color: rgb(52,40,198); }

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

<style>
 a { background-color: #3428C6; }

 a { background-color: rgb(52,40,198); }

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

<style>
 span { border-color: #3428C6; }

 span { border-color: rgb(52,40,198); }

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