#323BBD

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

Shades of Persian Blue #323BBD

Tints of Persian Blue #323BBD

Color information

#323BBD (or 0x323BBD) is unknown color: approx Persian Blue. HEX triplet: 32, 3B and BD. RGB value is (50,59,189). Sum of RGB (Red+Green+Blue) = 50+59+189=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #323BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BBD is #CDC442. Grayscale: #464646. Windows color (decimal): -13485123 or 12401458. OLE color: 12401458.

HSL color Cylindrical-coordinate representation of color #323BBD: hue angle of 236.12º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323BBD is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5059189-
CMYK0.740.6900.26
HSL236.12º58.16%46.86%-
HSV(B)236.12º73.54%74.12%-
XYZ12.067.4848.95-
YUV71.13194.52112.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 189 (74.22% from 255) = 63.42%
R=16.78%
G=19.80%
B=63.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50591890.740.6900.26236.1258.1646.86
Hex323BBD4A4501Aec3a2f
Octal62732751121050323547257
Binary110010111011101111011001010100010101101011101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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