#2125B1

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

Shades of Persian Blue #2125B1

Tints of Persian Blue #2125B1

Color information

#2125B1 (or 0x2125B1) is unknown color: approx Persian Blue. HEX triplet: 21, 25 and B1. RGB value is (33,37,177). Sum of RGB (Red+Green+Blue) = 33+37+177=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 177 (69.53% from 255 or 71.66% from 247); Max value from RGB is 177 - color contains mainly: blue. Hex color #2125B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2125B1 is #DEDA4E. Grayscale: #333333. Windows color (decimal): -14604879 or 11609377. OLE color: 11609377.

HSL color Cylindrical-coordinate representation of color #2125B1: hue angle of 238.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2125B1 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3337177-
CMYK0.810.7900.31
HSL238.33º68.57%41.18%-
HSV(B)238.33º81.36%69.41%-
XYZ9.224.8242.04-
YUV51.76198.67114.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 177 (69.53% from 255) = 71.66%
R=13.36%
G=14.98%
B=71.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33371770.810.7900.31238.3368.5741.18
Hex2125B1514F01Fee4529
Octal414526112111703735610551
Binary1000011001011011000110100011001111011111111011101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2125B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2125B1; }

 p { color: rgb(33,37,177); }

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

<style>
 a { background-color: #2125B1; }

 a { background-color: rgb(33,37,177); }

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

<style>
 span { border-color: #2125B1; }

 span { border-color: rgb(33,37,177); }

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