#323CBC

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

Shades of Persian Blue #323CBC

Tints of Persian Blue #323CBC

Color information

#323CBC (or 0x323CBC) is unknown color: approx Persian Blue. HEX triplet: 32, 3C and BC. RGB value is (50,60,188). Sum of RGB (Red+Green+Blue) = 50+60+188=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #323CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CBC is #CDC343. Grayscale: #474747. Windows color (decimal): -13484868 or 12336178. OLE color: 12336178.

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

Color convert

RGB5060188-
CMYK0.730.6800.26
HSL235.65º57.98%46.67%-
HSV(B)235.65º73.4%73.73%-
XYZ12.017.5448.4-
YUV71.6193.69112.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 188 (73.83% from 255) = 63.09%
R=16.78%
G=20.13%
B=63.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50601880.730.6800.26235.6557.9846.67
Hex323CBC494401Aec3a2f
Octal62742741111040323547257
Binary110010111100101111001001001100010001101011101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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