#3426B6

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

Shades of Persian Blue #3426B6

Tints of Persian Blue #3426B6

Color information

#3426B6 (or 0x3426B6) is unknown color: approx Persian Blue. HEX triplet: 34, 26 and B6. RGB value is (52,38,182). Sum of RGB (Red+Green+Blue) = 52+38+182=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #3426B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426B6 is #CBD949. Grayscale: #3A3A3A. Windows color (decimal): -13359434 or 11937332. OLE color: 11937332.

HSL color Cylindrical-coordinate representation of color #3426B6: hue angle of 245.83º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3426B6 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5238182-
CMYK0.710.7900.29
HSL245.83º65.45%43.14%-
HSV(B)245.83º79.12%71.37%-
XYZ10.555.4944.76-
YUV58.6197.64123.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 182 (71.48% from 255) = 66.91%
R=19.12%
G=13.97%
B=66.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52381820.710.7900.29245.8365.4543.14
Hex3426B6474F01Df6412b
Octal644626610711703536610153
Binary1101001001101011011010001111001111011101111101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3426B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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