#3425C6

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

Shades of Persian Blue #3425C6

Tints of Persian Blue #3425C6

Color information

#3425C6 (or 0x3425C6) is unknown color: approx Persian Blue. HEX triplet: 34, 25 and C6. RGB value is (52,37,198). Sum of RGB (Red+Green+Blue) = 52+37+198=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 198 (77.73% from 255 or 68.99% from 287); Max value from RGB is 198 - color contains mainly: blue. Hex color #3425C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425C6 is #CBDA39. Grayscale: #3B3B3B. Windows color (decimal): -13359674 or 12985652. OLE color: 12985652.

HSL color Cylindrical-coordinate representation of color #3425C6: hue angle of 245.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3425C6 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5237198-
CMYK0.740.8100.22
HSL245.59º68.51%46.08%-
HSV(B)245.59º81.31%77.65%-
XYZ12.276.1353.96-
YUV59.84205.97122.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 198 (77.73% from 255) = 68.99%
R=18.12%
G=12.89%
B=68.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52371980.740.8100.22245.5968.5146.08
Hex3425C64A51016f6452e
Octal644530611212102636610556
Binary1101001001011100011010010101010001010110111101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3425C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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