#323CBB

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

Shades of Persian Blue #323CBB

Tints of Persian Blue #323CBB

Color information

#323CBB (or 0x323CBB) is unknown color: approx Persian Blue. HEX triplet: 32, 3C and BB. RGB value is (50,60,187). Sum of RGB (Red+Green+Blue) = 50+60+187=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #323CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CBB is #CDC344. Grayscale: #464646. Windows color (decimal): -13484869 or 12270642. OLE color: 12270642.

HSL color Cylindrical-coordinate representation of color #323CBB: hue angle of 235.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323CBB is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5060187-
CMYK0.730.6800.27
HSL235.62º57.81%46.47%-
HSV(B)235.62º73.26%73.33%-
XYZ11.97.547.83-
YUV71.49193.19112.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 187 (73.44% from 255) = 62.96%
R=16.84%
G=20.20%
B=62.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50601870.730.6800.27235.6257.8146.47
Hex323CBB494401Bec3a2e
Octal62742731111040333547256
Binary110010111100101110111001001100010001101111101100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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