#2126DD

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

Shades of Persian Blue #2126DD

Tints of Persian Blue #2126DD

Color information

#2126DD (or 0x2126DD) is unknown color: approx Persian Blue. HEX triplet: 21, 26 and DD. RGB value is (33,38,221). Sum of RGB (Red+Green+Blue) = 33+38+221=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #2126DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2126DD is #DED922. Grayscale: #383838. Windows color (decimal): -14604579 or 14493217. OLE color: 14493217.

HSL color Cylindrical-coordinate representation of color #2126DD: hue angle of 238.4º 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 #2126DD is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3338221-
CMYK0.850.8300.13
HSL238.4º74.02%49.8%-
HSV(B)238.4º85.07%86.67%-
XYZ14.376.9368.99-
YUV57.37220.34110.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 221 (86.72% from 255) = 75.68%
R=11.30%
G=13.01%
B=75.68%

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
Decimal33382210.850.8300.13238.474.0249.8
Hex2126DD55530Dee4a32
Octal414633512512301535611262
Binary100001100110110111011010101101001101101111011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2126DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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