#2826DD

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

Shades of Persian Blue #2826DD

Tints of Persian Blue #2826DD

Color information

#2826DD (or 0x2826DD) is unknown color: approx Persian Blue. HEX triplet: 28, 26 and DD. RGB value is (40,38,221). Sum of RGB (Red+Green+Blue) = 40+38+221=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #2826DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826DD is #D7D922. Grayscale: #3A3A3A. Windows color (decimal): -14145827 or 14493224. OLE color: 14493224.

HSL color Cylindrical-coordinate representation of color #2826DD: hue angle of 240.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2826DD is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4038221-
CMYK0.820.8300.13
HSL240.66º72.91%50.78%-
HSV(B)240.66º82.81%86.67%-
XYZ14.627.0669-
YUV59.46219.16114.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 221 (86.72% from 255) = 73.91%
R=13.38%
G=12.71%
B=73.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40382210.820.8300.13240.6672.9150.78
Hex2826DD52530Df14933
Octal504633512212301536111163
Binary101000100110110111011010010101001101101111100011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2826DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2826DD; }

 p { color: rgb(40,38,221); }

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

<style>
 a { background-color: #2826DD; }

 a { background-color: rgb(40,38,221); }

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

<style>
 span { border-color: #2826DD; }

 span { border-color: rgb(40,38,221); }

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