#323BCA

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

Shades of Persian Blue #323BCA

Tints of Persian Blue #323BCA

Color information

#323BCA (or 0x323BCA) is unknown color: approx Persian Blue. HEX triplet: 32, 3B and CA. RGB value is (50,59,202). Sum of RGB (Red+Green+Blue) = 50+59+202=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #323BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BCA is #CDC435. Grayscale: #484848. Windows color (decimal): -13485110 or 13253426. OLE color: 13253426.

HSL color Cylindrical-coordinate representation of color #323BCA: hue angle of 236.45º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323BCA is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5059202-
CMYK0.750.7100.21
HSL236.45º60.32%49.41%-
HSV(B)236.45º75.25%79.22%-
XYZ13.548.0756.72-
YUV72.61201.02111.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 202 (79.30% from 255) = 64.95%
R=16.08%
G=18.97%
B=64.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50592020.750.7100.21236.4560.3249.41
Hex323BCA4B47015ec3c31
Octal62733121131070253547461
Binary110010111011110010101001011100011101010111101100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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