#2125DD

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

Shades of Persian Blue #2125DD

Tints of Persian Blue #2125DD

Color information

#2125DD (or 0x2125DD) is unknown color: approx Persian Blue. HEX triplet: 21, 25 and DD. RGB value is (33,37,221). Sum of RGB (Red+Green+Blue) = 33+37+221=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #2125DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2125DD is #DEDA22. Grayscale: #383838. Windows color (decimal): -14604835 or 14492961. OLE color: 14492961.

HSL color Cylindrical-coordinate representation of color #2125DD: hue angle of 238.72º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2125DD is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3337221-
CMYK0.850.8300.13
HSL238.72º74.02%49.8%-
HSV(B)238.72º85.07%86.67%-
XYZ14.346.8768.98-
YUV56.78220.67111.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 221 (86.72% from 255) = 75.95%
R=11.34%
G=12.71%
B=75.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33372210.850.8300.13238.7274.0249.8
Hex2125DD55530Def4a32
Octal414533512512301535711262
Binary100001100101110111011010101101001101101111011111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2125DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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