#321CCB

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

Shades of Persian Blue #321CCB

Tints of Persian Blue #321CCB

Color information

#321CCB (or 0x321CCB) is unknown color: approx Persian Blue. HEX triplet: 32, 1C and CB. RGB value is (50,28,203). Sum of RGB (Red+Green+Blue) = 50+28+203=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #321CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CCB is #CDE334. Grayscale: #353535. Windows color (decimal): -13493045 or 13311026. OLE color: 13311026.

HSL color Cylindrical-coordinate representation of color #321CCB: hue angle of 247.54º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321CCB is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5028203-
CMYK0.750.8600.20
HSL247.54º75.76%45.29%-
HSV(B)247.54º86.21%79.61%-
XYZ12.515.8256.96-
YUV54.53211.79124.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 203 (79.69% from 255) = 72.24%
R=17.79%
G=9.96%
B=72.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50282030.750.8600.20247.5475.7645.29
Hex321CCB4B56014f84c2d
Octal623431311312602437011455
Binary110010111001100101110010111010110010100111110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321CCB; }

 p { color: rgb(50,28,203); }

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

<style>
 a { background-color: #321CCB; }

 a { background-color: rgb(50,28,203); }

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

<style>
 span { border-color: #321CCB; }

 span { border-color: rgb(50,28,203); }

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