#323EAD

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

Shades of Persian Blue #323EAD

Tints of Persian Blue #323EAD

Color information

#323EAD (or 0x323EAD) is unknown color: approx Persian Blue. HEX triplet: 32, 3E and AD. RGB value is (50,62,173). Sum of RGB (Red+Green+Blue) = 50+62+173=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #323EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EAD is #CDC152. Grayscale: #464646. Windows color (decimal): -13484371 or 11353650. OLE color: 11353650.

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

Color convert

RGB5062173-
CMYK0.710.6400.32
HSL234.15º55.16%43.73%-
HSV(B)234.15º71.1%67.84%-
XYZ10.587.1440.36-
YUV71.07185.52112.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=17.54%
G=21.75%
B=60.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50621730.710.6400.32234.1555.1643.73
Hex323EAD4740020ea372c
Octal62762551071000403526754
Binary1100101111101010110110001111000000010000011101010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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