#1640D3

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

Shades of Persian Blue #1640D3

Tints of Persian Blue #1640D3

Color information

#1640D3 (or 0x1640D3) is unknown color: approx Persian Blue. HEX triplet: 16, 40 and D3. RGB value is (22,64,211). Sum of RGB (Red+Green+Blue) = 22+64+211=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 211 (82.81% from 255 or 71.04% from 297); Max value from RGB is 211 - color contains mainly: blue. Hex color #1640D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1640D3 is #E9BF2C. Grayscale: #434343. Windows color (decimal): -15318829 or 13844502. OLE color: 13844502.

HSL color Cylindrical-coordinate representation of color #1640D3: hue angle of 226.67º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1640D3 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2264211-
CMYK0.900.7000.17
HSL226.67º81.12%45.69%-
HSV(B)226.67º89.57%82.75%-
XYZ13.928.5462.54-
YUV68.2208.5995.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 211 (82.81% from 255) = 71.04%
R=7.41%
G=21.55%
B=71.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal22642110.900.7000.17226.6781.1245.69
Hex1640D35A46011e3512e
Octal2610032313210602134312156
Binary1011010000001101001110110101000110010001111000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1640D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1640D3; }

 p { color: rgb(22,64,211); }

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

<style>
 a { background-color: #1640D3; }

 a { background-color: rgb(22,64,211); }

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

<style>
 span { border-color: #1640D3; }

 span { border-color: rgb(22,64,211); }

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