#2128c5

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

Shades of Persian Blue #2128C5

Tints of Persian Blue #2128C5

Color information

#2128C5 (or 0x2128C5) is unknown color: approx Persian Blue. HEX triplet: 21, 28 and C5. RGB value is (33,40,197). Sum of RGB (Red+Green+Blue) = 33+40+197=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 197 (77.34% from 255 or 72.96% from 270); Max value from RGB is 197 - color contains mainly: blue. Hex color #2128C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2128C5 is #DED73A. Grayscale: #373737. Windows color (decimal): -14604091 or 12920865. OLE color: 12920865.

HSL color Cylindrical-coordinate representation of color #2128C5: hue angle of 237.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2128C5 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3340197-
CMYK0.830.8000.23
HSL237.44º71.3%45.1%-
HSV(B)237.44º83.25%77.25%-
XYZ11.465.8753.35-
YUV55.8207.68111.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 197 (77.34% from 255) = 72.96%
R=12.22%
G=14.81%
B=72.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal33401970.830.8000.23237.4471.345.1
Hex2128C55350017ed472d
Octal415030512312002735510755
Binary1000011010001100010110100111010000010111111011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2128c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2128c5; }

 p { color: rgb(33,40,197); }

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

<style>
 a { background-color: #2128c5; }

 a { background-color: rgb(33,40,197); }

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

<style>
 span { border-color: #2128c5; }

 span { border-color: rgb(33,40,197); }

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