#3426D3

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

Shades of Persian Blue #3426D3

Tints of Persian Blue #3426D3

Color information

#3426D3 (or 0x3426D3) is unknown color: approx Persian Blue. HEX triplet: 34, 26 and D3. RGB value is (52,38,211). Sum of RGB (Red+Green+Blue) = 52+38+211=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 211 (82.81% from 255 or 70.10% from 301); Max value from RGB is 211 - color contains mainly: blue. Hex color #3426D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426D3 is #CBD92C. Grayscale: #3D3D3D. Windows color (decimal): -13359405 or 13837876. OLE color: 13837876.

HSL color Cylindrical-coordinate representation of color #3426D3: hue angle of 244.86º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3426D3 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5238211-
CMYK0.750.8200.17
HSL244.86º69.48%48.82%-
HSV(B)244.86º81.99%82.75%-
XYZ13.876.8262.21-
YUV61.91212.14120.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 211 (82.81% from 255) = 70.10%
R=17.28%
G=12.62%
B=70.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52382110.750.8200.17244.8669.4848.82
Hex3426D34B52011f54531
Octal644632311312202136510561
Binary1101001001101101001110010111010010010001111101011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3426D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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