#2141bd

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

Shades of Persian Blue #2141BD

Tints of Persian Blue #2141BD

Color information

#2141BD (or 0x2141BD) is unknown color: approx Persian Blue. HEX triplet: 21, 41 and BD. RGB value is (33,65,189). Sum of RGB (Red+Green+Blue) = 33+65+189=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #2141BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141BD is #DEBE42. Grayscale: #454545. Windows color (decimal): -14597699 or 12402977. OLE color: 12402977.

HSL color Cylindrical-coordinate representation of color #2141BD: hue angle of 227.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2141BD is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3365189-
CMYK0.830.6600.26
HSL227.69º70.27%43.53%-
HSV(B)227.69º82.54%74.12%-
XYZ11.77.7849.03-
YUV69.57195.4101.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 189 (74.22% from 255) = 65.85%
R=11.50%
G=22.65%
B=65.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33651890.830.6600.26227.6970.2743.53
Hex2141BD534201Ae4462c
Octal4110127512310203234410654
Binary10000110000011011110110100111000010011010111001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2141bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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