#282CAE

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

Shades of Persian Blue #282CAE

Tints of Persian Blue #282CAE

Color information

#282CAE (or 0x282CAE) is unknown color: approx Persian Blue. HEX triplet: 28, 2C and AE. RGB value is (40,44,174). Sum of RGB (Red+Green+Blue) = 40+44+174=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #282CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282CAE is #D7D351. Grayscale: #393939. Windows color (decimal): -14144338 or 11414568. OLE color: 11414568.

HSL color Cylindrical-coordinate representation of color #282CAE: hue angle of 238.21º 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 #282CAE is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4044174-
CMYK0.770.7500.32
HSL238.21º62.62%41.96%-
HSV(B)238.21º77.01%68.24%-
XYZ9.425.3140.57-
YUV57.62193.67115.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=15.50%
G=17.05%
B=67.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40441740.770.7500.32238.2162.6241.96
Hex282CAE4D4B020ee3f2a
Octal50542561151130403567752
Binary1010001011001010111010011011001011010000011101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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