#2144CE

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

Shades of Persian Blue #2144CE

Tints of Persian Blue #2144CE

Color information

#2144CE (or 0x2144CE) is unknown color: approx Persian Blue. HEX triplet: 21, 44 and CE. RGB value is (33,68,206). Sum of RGB (Red+Green+Blue) = 33+68+206=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #2144CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144CE is #DEBB31. Grayscale: #484848. Windows color (decimal): -14596914 or 13517857. OLE color: 13517857.

HSL color Cylindrical-coordinate representation of color #2144CE: hue angle of 227.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2144CE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3368206-
CMYK0.840.6700.19
HSL227.86º72.38%46.86%-
HSV(B)227.86º83.98%80.78%-
XYZ13.838.9159.38-
YUV73.27202.999.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 206 (80.86% from 255) = 67.10%
R=10.75%
G=22.15%
B=67.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33682060.840.6700.19227.8672.3846.86
Hex2144CE5443013e4482f
Octal4110431612410302334411057
Binary10000110001001100111010101001000011010011111001001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2144CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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