#2131bf

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

Shades of Persian Blue #2131BF

Tints of Persian Blue #2131BF

Color information

#2131BF (or 0x2131BF) is unknown color: approx Persian Blue. HEX triplet: 21, 31 and BF. RGB value is (33,49,191). Sum of RGB (Red+Green+Blue) = 33+49+191=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #2131BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2131BF is #DECE40. Grayscale: #3B3B3B. Windows color (decimal): -14601793 or 12529953. OLE color: 12529953.

HSL color Cylindrical-coordinate representation of color #2131BF: hue angle of 233.92º 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 #2131BF is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3349191-
CMYK0.830.7400.25
HSL233.92º70.54%43.92%-
HSV(B)233.92º82.72%74.9%-
XYZ11.136.2849.92-
YUV60.4201.7108.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 191 (75% from 255) = 69.96%
R=12.09%
G=17.95%
B=69.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33491910.830.7400.25233.9270.5443.92
Hex2131BF534A019ea472c
Octal416127712311203135210754
Binary1000011100011011111110100111001010011001111010101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2131bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2131bf; }

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

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

<style>
 a { background-color: #2131bf; }

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

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

<style>
 span { border-color: #2131bf; }

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

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