#2142B2

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

Shades of Persian Blue #2142B2

Tints of Persian Blue #2142B2

Color information

#2142B2 (or 0x2142B2) is unknown color: approx Persian Blue. HEX triplet: 21, 42 and B2. RGB value is (33,66,178). Sum of RGB (Red+Green+Blue) = 33+66+178=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 178 (69.92% from 255 or 64.26% from 277); Max value from RGB is 178 - color contains mainly: blue. Hex color #2142B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142B2 is #DEBD4D. Grayscale: #444444. Windows color (decimal): -14597454 or 11682337. OLE color: 11682337.

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

Color convert

RGB3366178-
CMYK0.810.6300.30
HSL226.34º68.72%41.37%-
HSV(B)226.34º81.46%69.8%-
XYZ10.617.4343-
YUV68.9189.57102.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 178 (69.92% from 255) = 64.26%
R=11.91%
G=23.83%
B=64.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33661780.810.6300.30226.3468.7241.37
Hex2142B2513F01Ee24529
Octal411022621217703634210551
Binary1000011000010101100101010001111111011110111000101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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