#3234CF

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

Shades of Persian Blue #3234CF

Tints of Persian Blue #3234CF

Color information

#3234CF (or 0x3234CF) is unknown color: approx Persian Blue. HEX triplet: 32, 34 and CF. RGB value is (50,52,207). Sum of RGB (Red+Green+Blue) = 50+52+207=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #3234CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3234CF is #CDCB30. Grayscale: #444444. Windows color (decimal): -13486897 or 13579314. OLE color: 13579314.

HSL color Cylindrical-coordinate representation of color #3234CF: hue angle of 239.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3234CF is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5052207-
CMYK0.760.7500.19
HSL239.24º62.06%50.39%-
HSV(B)239.24º75.85%81.18%-
XYZ13.817.6459.78-
YUV69.07205.84114.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 207 (81.25% from 255) = 66.99%
R=16.18%
G=16.83%
B=66.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50522070.760.7500.19239.2462.0650.39
Hex3234CF4C4B013ef3e32
Octal62643171141130233577662
Binary110010110100110011111001100100101101001111101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3234CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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