#2142BF

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

Shades of Persian Blue #2142BF

Tints of Persian Blue #2142BF

Color information

#2142BF (or 0x2142BF) is unknown color: approx Persian Blue. HEX triplet: 21, 42 and BF. RGB value is (33,66,191). Sum of RGB (Red+Green+Blue) = 33+66+191=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #2142BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142BF is #DEBD40. Grayscale: #454545. Windows color (decimal): -14597441 or 12534305. OLE color: 12534305.

HSL color Cylindrical-coordinate representation of color #2142BF: hue angle of 227.47º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2142BF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3366191-
CMYK0.830.6500.25
HSL227.47º70.54%43.92%-
HSV(B)227.47º82.72%74.9%-
XYZ11.987.9850.2-
YUV70.38196.07101.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 191 (75% from 255) = 65.86%
R=11.38%
G=22.76%
B=65.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33661910.830.6500.25227.4770.5443.92
Hex2142BF5341019e3472c
Octal4110227712310103134310754
Binary10000110000101011111110100111000001011001111000111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2142BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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