#323DAD

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

Shades of Persian Blue #323DAD

Tints of Persian Blue #323DAD

Color information

#323DAD (or 0x323DAD) is unknown color: approx Persian Blue. HEX triplet: 32, 3D and AD. RGB value is (50,61,173). Sum of RGB (Red+Green+Blue) = 50+61+173=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #323DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DAD is #CDC252. Grayscale: #464646. Windows color (decimal): -13484627 or 11353394. OLE color: 11353394.

HSL color Cylindrical-coordinate representation of color #323DAD: hue angle of 234.63º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323DAD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5061173-
CMYK0.710.6500.32
HSL234.63º55.16%43.73%-
HSV(B)234.63º71.1%67.84%-
XYZ10.537.0340.34-
YUV70.48185.86113.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=17.61%
G=21.48%
B=60.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50611730.710.6500.32234.6355.1643.73
Hex323DAD4741020eb372c
Octal62752551071010403536754
Binary1100101111011010110110001111000001010000011101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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