#282DE0

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

Shades of Persian Blue #282DE0

Tints of Persian Blue #282DE0

Color information

#282DE0 (or 0x282DE0) is unknown color: approx Persian Blue. HEX triplet: 28, 2D and E0. RGB value is (40,45,224). Sum of RGB (Red+Green+Blue) = 40+45+224=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #282DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DE0 is #D7D21F. Grayscale: #3F3F3F. Windows color (decimal): -14144032 or 14691624. OLE color: 14691624.

HSL color Cylindrical-coordinate representation of color #282DE0: hue angle of 238.37º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282DE0 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4045224-
CMYK0.820.8000.12
HSL238.37º74.8%51.76%-
HSV(B)238.37º82.14%87.84%-
XYZ15.277.7171.2-
YUV63.91218.34110.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 224 (87.89% from 255) = 72.49%
R=12.94%
G=14.56%
B=72.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal40452240.820.8000.12238.3774.851.76
Hex282DE052500Cee4b34
Octal505534012212001435611364
Binary101000101101111000001010010101000001100111011101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282DE0; }

 p { color: rgb(40,45,224); }

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

<style>
 a { background-color: #282DE0; }

 a { background-color: rgb(40,45,224); }

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

<style>
 span { border-color: #282DE0; }

 span { border-color: rgb(40,45,224); }

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