#282DAE

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

Shades of Persian Blue #282DAE

Tints of Persian Blue #282DAE

Color information

#282DAE (or 0x282DAE) is unknown color: approx Persian Blue. HEX triplet: 28, 2D and AE. RGB value is (40,45,174). Sum of RGB (Red+Green+Blue) = 40+45+174=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #282DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282DAE is #D7D251. Grayscale: #393939. Windows color (decimal): -14144082 or 11414824. OLE color: 11414824.

HSL color Cylindrical-coordinate representation of color #282DAE: hue angle of 237.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282DAE is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4045174-
CMYK0.770.7400.32
HSL237.76º62.62%41.96%-
HSV(B)237.76º77.01%68.24%-
XYZ9.455.3840.59-
YUV58.21193.34115.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=15.44%
G=17.37%
B=67.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40451740.770.7400.32237.7662.6241.96
Hex282DAE4D4A020ee3f2a
Octal50552561151120403567752
Binary1010001011011010111010011011001010010000011101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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