#2142B3

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

Shades of Persian Blue #2142B3

Tints of Persian Blue #2142B3

Color information

#2142B3 (or 0x2142B3) is unknown color: approx Persian Blue. HEX triplet: 21, 42 and B3. RGB value is (33,66,179). Sum of RGB (Red+Green+Blue) = 33+66+179=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #2142B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142B3 is #DEBD4C. Grayscale: #444444. Windows color (decimal): -14597453 or 11747873. OLE color: 11747873.

HSL color Cylindrical-coordinate representation of color #2142B3: hue angle of 226.44º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2142B3 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3366179-
CMYK0.820.6300.30
HSL226.44º68.87%41.57%-
HSV(B)226.44º81.56%70.2%-
XYZ10.717.4743.53-
YUV69.02190.07102.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 179 (70.31% from 255) = 64.39%
R=11.87%
G=23.74%
B=64.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33661790.820.6300.30226.4468.8741.57
Hex2142B3523F01Ee2452a
Octal411022631227703634210552
Binary1000011000010101100111010010111111011110111000101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2142B3; }

 p { color: rgb(33,66,179); }

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

<style>
 a { background-color: #2142B3; }

 a { background-color: rgb(33,66,179); }

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

<style>
 span { border-color: #2142B3; }

 span { border-color: rgb(33,66,179); }

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