#282EB9

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

Shades of Persian Blue #282EB9

Tints of Persian Blue #282EB9

Color information

#282EB9 (or 0x282EB9) is unknown color: approx Persian Blue. HEX triplet: 28, 2E and B9. RGB value is (40,46,185). Sum of RGB (Red+Green+Blue) = 40+46+185=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 185 (72.66% from 255 or 68.27% from 271); Max value from RGB is 185 - color contains mainly: blue. Hex color #282EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EB9 is #D7D146. Grayscale: #3B3B3B. Windows color (decimal): -14143815 or 12135976. OLE color: 12135976.

HSL color Cylindrical-coordinate representation of color #282EB9: hue angle of 237.52º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282EB9 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4046185-
CMYK0.780.7500.27
HSL237.52º64.44%44.12%-
HSV(B)237.52º78.38%72.55%-
XYZ10.615.9146.48-
YUV60.05198.51113.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 185 (72.66% from 255) = 68.27%
R=14.76%
G=16.97%
B=68.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40461850.780.7500.27237.5264.4444.12
Hex282EB94E4B01Bee402c
Octal505627111611303335610054
Binary1010001011101011100110011101001011011011111011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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