#282BAE

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

Shades of Persian Blue #282BAE

Tints of Persian Blue #282BAE

Color information

#282BAE (or 0x282BAE) is unknown color: approx Persian Blue. HEX triplet: 28, 2B and AE. RGB value is (40,43,174). Sum of RGB (Red+Green+Blue) = 40+43+174=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #282BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282BAE is #D7D451. Grayscale: #383838. Windows color (decimal): -14144594 or 11414312. OLE color: 11414312.

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

Color convert

RGB4043174-
CMYK0.770.7500.32
HSL238.66º62.62%41.96%-
HSV(B)238.66º77.01%68.24%-
XYZ9.385.2340.56-
YUV57.04194.01115.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=15.56%
G=16.73%
B=67.70%

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
Decimal40431740.770.7500.32238.6662.6241.96
Hex282BAE4D4B020ef3f2a
Octal50532561151130403577752
Binary1010001010111010111010011011001011010000011101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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