#323BC2

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

Shades of Persian Blue #323BC2

Tints of Persian Blue #323BC2

Color information

#323BC2 (or 0x323BC2) is unknown color: approx Persian Blue. HEX triplet: 32, 3B and C2. RGB value is (50,59,194). Sum of RGB (Red+Green+Blue) = 50+59+194=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 194 (76.17% from 255 or 64.03% from 303); Max value from RGB is 194 - color contains mainly: blue. Hex color #323BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BC2 is #CDC43D. Grayscale: #474747. Windows color (decimal): -13485118 or 12729138. OLE color: 12729138.

HSL color Cylindrical-coordinate representation of color #323BC2: hue angle of 236.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323BC2 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5059194-
CMYK0.740.7000.24
HSL236.25º59.02%47.84%-
HSV(B)236.25º74.23%76.08%-
XYZ12.627.751.86-
YUV71.7197.02112.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 194 (76.17% from 255) = 64.03%
R=16.50%
G=19.47%
B=64.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50591940.740.7000.24236.2559.0247.84
Hex323BC24A46018ec3b30
Octal62733021121060303547360
Binary110010111011110000101001010100011001100011101100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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