#2144be

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

Shades of Persian Blue #2144BE

Tints of Persian Blue #2144BE

Color information

#2144BE (or 0x2144BE) is unknown color: approx Persian Blue. HEX triplet: 21, 44 and BE. RGB value is (33,68,190). Sum of RGB (Red+Green+Blue) = 33+68+190=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #2144BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144BE is #DEBB41. Grayscale: #464646. Windows color (decimal): -14596930 or 12469281. OLE color: 12469281.

HSL color Cylindrical-coordinate representation of color #2144BE: hue angle of 226.62º degrees, saturation: 0.7, 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 #2144BE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3368190-
CMYK0.830.6400.25
HSL226.62º70.4%43.73%-
HSV(B)226.62º82.63%74.51%-
XYZ11.998.1849.66-
YUV71.44194.9100.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 190 (74.61% from 255) = 65.29%
R=11.34%
G=23.37%
B=65.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33681900.830.6400.25226.6270.443.73
Hex2144BE5340019e3462c
Octal4110427612310003134310654
Binary10000110001001011111010100111000000011001111000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2144be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2144be; }

 p { color: rgb(33,68,190); }

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

<style>
 a { background-color: #2144be; }

 a { background-color: rgb(33,68,190); }

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

<style>
 span { border-color: #2144be; }

 span { border-color: rgb(33,68,190); }

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