#2144CC

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

Shades of Persian Blue #2144CC

Tints of Persian Blue #2144CC

Color information

#2144CC (or 0x2144CC) is unknown color: approx Persian Blue. HEX triplet: 21, 44 and CC. RGB value is (33,68,204). Sum of RGB (Red+Green+Blue) = 33+68+204=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #2144CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144CC is #DEBB33. Grayscale: #484848. Windows color (decimal): -14596916 or 13386785. OLE color: 13386785.

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

Color convert

RGB3368204-
CMYK0.840.6700.2
HSL227.72º72.15%46.47%-
HSV(B)227.72º83.82%80%-
XYZ13.598.8258.11-
YUV73.04201.999.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.82%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 204 (80.08% from 255) = 66.89%
R=10.82%
G=22.30%
B=66.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33682040.840.6700.2227.7272.1546.47
Hex2144CC5443014e4482e
Octal4110431412410302434411056
Binary10000110001001100110010101001000011010100111001001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2144CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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