#2126E1

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

Shades of Persian Blue #2126E1

Tints of Persian Blue #2126E1

Color information

#2126E1 (or 0x2126E1) is unknown color: approx Persian Blue. HEX triplet: 21, 26 and E1. RGB value is (33,38,225). Sum of RGB (Red+Green+Blue) = 33+38+225=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 225 (88.28% from 255 or 76.01% from 296); Max value from RGB is 225 - color contains mainly: blue. Hex color #2126E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2126E1 is #DED91E. Grayscale: #393939. Windows color (decimal): -14604575 or 14755361. OLE color: 14755361.

HSL color Cylindrical-coordinate representation of color #2126E1: hue angle of 238.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2126E1 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3338225-
CMYK0.850.8300.12
HSL238.44º76.19%50.59%-
HSV(B)238.44º85.33%88.24%-
XYZ14.917.1571.83-
YUV57.82222.34110.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.15%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 225 (88.28% from 255) = 76.01%
R=11.15%
G=12.84%
B=76.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33382250.850.8300.12238.4476.1950.59
Hex2126E155530Cee4c33
Octal414634112512301435611463
Binary100001100110111000011010101101001101100111011101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2126E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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