#323DBF

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

Shades of Persian Blue #323DBF

Tints of Persian Blue #323DBF

Color information

#323DBF (or 0x323DBF) is unknown color: approx Persian Blue. HEX triplet: 32, 3D and BF. RGB value is (50,61,191). Sum of RGB (Red+Green+Blue) = 50+61+191=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #323DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DBF is #CDC240. Grayscale: #484848. Windows color (decimal): -13484609 or 12533042. OLE color: 12533042.

HSL color Cylindrical-coordinate representation of color #323DBF: hue angle of 235.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323DBF is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5061191-
CMYK0.740.6800.25
HSL235.32º58.51%47.25%-
HSV(B)235.32º73.82%74.9%-
XYZ12.397.7850.14-
YUV72.53194.86111.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 191 (75% from 255) = 63.25%
R=16.56%
G=20.20%
B=63.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50611910.740.6800.25235.3258.5147.25
Hex323DBF4A44019eb3b2f
Octal62752771121040313537357
Binary110010111101101111111001010100010001100111101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323DBF; }

 p { color: rgb(50,61,191); }

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

<style>
 a { background-color: #323DBF; }

 a { background-color: rgb(50,61,191); }

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

<style>
 span { border-color: #323DBF; }

 span { border-color: rgb(50,61,191); }

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