#323BAD

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

Shades of Persian Blue #323BAD

Tints of Persian Blue #323BAD

Color information

#323BAD (or 0x323BAD) is unknown color: approx Persian Blue. HEX triplet: 32, 3B and AD. RGB value is (50,59,173). Sum of RGB (Red+Green+Blue) = 50+59+173=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #323BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BAD is #CDC452. Grayscale: #444444. Windows color (decimal): -13485139 or 11352882. OLE color: 11352882.

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

Color convert

RGB5059173-
CMYK0.710.6600.32
HSL235.61º55.16%43.73%-
HSV(B)235.61º71.1%67.84%-
XYZ10.426.8240.3-
YUV69.31186.52114.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 173 (67.97% from 255) = 61.35%
R=17.73%
G=20.92%
B=61.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50591730.710.6600.32235.6155.1643.73
Hex323BAD4742020ec372c
Octal62732551071020403546754
Binary1100101110111010110110001111000010010000011101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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