#323fbd

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

Shades of Persian Blue #323FBD

Tints of Persian Blue #323FBD

Color information

#323FBD (or 0x323FBD) is unknown color: approx Persian Blue. HEX triplet: 32, 3F and BD. RGB value is (50,63,189). Sum of RGB (Red+Green+Blue) = 50+63+189=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #323FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FBD is #CDC042. Grayscale: #484848. Windows color (decimal): -13484099 or 12402482. OLE color: 12402482.

HSL color Cylindrical-coordinate representation of color #323FBD: hue angle of 234.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323FBD is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5063189-
CMYK0.740.6700.26
HSL234.39º58.16%46.86%-
HSV(B)234.39º73.54%74.12%-
XYZ12.287.9149.02-
YUV73.48193.19111.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 189 (74.22% from 255) = 62.58%
R=16.56%
G=20.86%
B=62.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50631890.740.6700.26234.3958.1646.86
Hex323FBD4A4301Aea3a2f
Octal62772751121030323527257
Binary110010111111101111011001010100001101101011101010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323fbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,63,189); }

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

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

 a { background-color: rgb(50,63,189); }

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

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

 span { border-color: rgb(50,63,189); }

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