#282dde

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

Shades of Persian Blue #282DDE

Tints of Persian Blue #282DDE

Color information

#282DDE (or 0x282DDE) is unknown color: approx Persian Blue. HEX triplet: 28, 2D and DE. RGB value is (40,45,222). Sum of RGB (Red+Green+Blue) = 40+45+222=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #282DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DDE is #D7D221. Grayscale: #3E3E3E. Windows color (decimal): -14144034 or 14560552. OLE color: 14560552.

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

Color convert

RGB4045222-
CMYK0.820.8000.13
HSL238.35º73.39%51.37%-
HSV(B)238.35º81.98%87.06%-
XYZ157.669.78-
YUV63.68217.34111.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.03%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 222 (87.11% from 255) = 72.31%
R=13.03%
G=14.66%
B=72.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40452220.820.8000.13238.3573.3951.37
Hex282DDE52500Dee4933
Octal505533612212001535611163
Binary101000101101110111101010010101000001101111011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282dde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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