#3234B4

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

Shades of Persian Blue #3234B4

Tints of Persian Blue #3234B4

Color information

#3234B4 (or 0x3234B4) is unknown color: approx Persian Blue. HEX triplet: 32, 34 and B4. RGB value is (50,52,180). Sum of RGB (Red+Green+Blue) = 50+52+180=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #3234B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3234B4 is #CDCB4B. Grayscale: #414141. Windows color (decimal): -13486924 or 11809842. OLE color: 11809842.

HSL color Cylindrical-coordinate representation of color #3234B4: hue angle of 239.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3234B4 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5052180-
CMYK0.720.7100.29
HSL239.08º56.52%45.1%-
HSV(B)239.08º72.22%70.59%-
XYZ10.786.4343.85-
YUV65.99192.34116.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 180 (70.70% from 255) = 63.83%
R=17.73%
G=18.44%
B=63.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50521800.720.7100.29239.0856.5245.1
Hex3234B4484701Def392d
Octal62642641101070353577155
Binary110010110100101101001001000100011101110111101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3234B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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