#282EB2

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

Shades of Persian Blue #282EB2

Tints of Persian Blue #282EB2

Color information

#282EB2 (or 0x282EB2) is unknown color: approx Persian Blue. HEX triplet: 28, 2E and B2. RGB value is (40,46,178). Sum of RGB (Red+Green+Blue) = 40+46+178=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 178 (69.92% from 255 or 67.42% from 264); Max value from RGB is 178 - color contains mainly: blue. Hex color #282EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EB2 is #D7D14D. Grayscale: #3A3A3A. Windows color (decimal): -14143822 or 11677224. OLE color: 11677224.

HSL color Cylindrical-coordinate representation of color #282EB2: hue angle of 237.39º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282EB2 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4046178-
CMYK0.780.7400.30
HSL237.39º63.3%42.75%-
HSV(B)237.39º77.53%69.8%-
XYZ9.895.6242.68-
YUV59.25195.01114.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 178 (69.92% from 255) = 67.42%
R=15.15%
G=17.42%
B=67.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40461780.780.7400.30237.3963.342.75
Hex282EB24E4A01Eed3f2b
Octal50562621161120363557753
Binary101000101110101100101001110100101001111011101101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,46,178); }

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

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

 a { background-color: rgb(40,46,178); }

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

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

 span { border-color: rgb(40,46,178); }

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