#323CAD

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

Shades of Persian Blue #323CAD

Tints of Persian Blue #323CAD

Color information

#323CAD (or 0x323CAD) is unknown color: approx Persian Blue. HEX triplet: 32, 3C and AD. RGB value is (50,60,173). Sum of RGB (Red+Green+Blue) = 50+60+173=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #323CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CAD is #CDC352. Grayscale: #454545. Windows color (decimal): -13484883 or 11353138. OLE color: 11353138.

HSL color Cylindrical-coordinate representation of color #323CAD: hue angle of 235.12º 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 #323CAD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5060173-
CMYK0.710.6500.32
HSL235.12º55.16%43.73%-
HSV(B)235.12º71.1%67.84%-
XYZ10.476.9340.32-
YUV69.89186.19113.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 173 (67.97% from 255) = 61.13%
R=17.67%
G=21.20%
B=61.13%

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
Decimal50601730.710.6500.32235.1255.1643.73
Hex323CAD4741020eb372c
Octal62742551071010403536754
Binary1100101111001010110110001111000001010000011101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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