#323DAE

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

Shades of Persian Blue #323DAE

Tints of Persian Blue #323DAE

Color information

#323DAE (or 0x323DAE) is unknown color: approx Persian Blue. HEX triplet: 32, 3D and AE. RGB value is (50,61,174). Sum of RGB (Red+Green+Blue) = 50+61+174=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #323DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DAE is #CDC251. Grayscale: #464646. Windows color (decimal): -13484626 or 11418930. OLE color: 11418930.

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

Color convert

RGB5061174-
CMYK0.710.6500.32
HSL234.68º55.36%43.92%-
HSV(B)234.68º71.26%68.24%-
XYZ10.627.0740.85-
YUV70.59186.36113.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=17.54%
G=21.40%
B=61.05%

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
Decimal50611740.710.6500.32234.6855.3643.92
Hex323DAE4741020eb372c
Octal62752561071010403536754
Binary1100101111011010111010001111000001010000011101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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