#3234D1

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

Shades of Persian Blue #3234D1

Tints of Persian Blue #3234D1

Color information

#3234D1 (or 0x3234D1) is unknown color: approx Persian Blue. HEX triplet: 32, 34 and D1. RGB value is (50,52,209). Sum of RGB (Red+Green+Blue) = 50+52+209=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 209 (82.03% from 255 or 67.20% from 311); Max value from RGB is 209 - color contains mainly: blue. Hex color #3234D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3234D1 is #CDCB2E. Grayscale: #444444. Windows color (decimal): -13486895 or 13710386. OLE color: 13710386.

HSL color Cylindrical-coordinate representation of color #3234D1: hue angle of 239.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3234D1 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5052209-
CMYK0.760.7500.18
HSL239.25º63.35%50.78%-
HSV(B)239.25º76.08%81.96%-
XYZ14.057.7461.07-
YUV69.3206.84114.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 209 (82.03% from 255) = 67.20%
R=16.08%
G=16.72%
B=67.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50522090.760.7500.18239.2563.3550.78
Hex3234D14C4B012ef3f33
Octal62643211141130223577763
Binary110010110100110100011001100100101101001011101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3234D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3234D1; }

 p { color: rgb(50,52,209); }

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

<style>
 a { background-color: #3234D1; }

 a { background-color: rgb(50,52,209); }

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

<style>
 span { border-color: #3234D1; }

 span { border-color: rgb(50,52,209); }

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