#2141BF

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

Shades of Persian Blue #2141BF

Tints of Persian Blue #2141BF

Color information

#2141BF (or 0x2141BF) is unknown color: approx Persian Blue. HEX triplet: 21, 41 and BF. RGB value is (33,65,191). Sum of RGB (Red+Green+Blue) = 33+65+191=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #2141BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141BF is #DEBE40. Grayscale: #454545. Windows color (decimal): -14597697 or 12534049. OLE color: 12534049.

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

Color convert

RGB3365191-
CMYK0.830.6600.25
HSL227.85º70.54%43.92%-
HSV(B)227.85º82.72%74.9%-
XYZ11.927.8750.18-
YUV69.8196.4101.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 191 (75% from 255) = 66.09%
R=11.42%
G=22.49%
B=66.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33651910.830.6600.25227.8570.5443.92
Hex2141BF5342019e4472c
Octal4110127712310203134410754
Binary10000110000011011111110100111000010011001111001001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2141BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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