#282ab8

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

Shades of Persian Blue #282AB8

Tints of Persian Blue #282AB8

Color information

#282AB8 (or 0x282AB8) is unknown color: approx Persian Blue. HEX triplet: 28, 2A and B8. RGB value is (40,42,184). Sum of RGB (Red+Green+Blue) = 40+42+184=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 184 (72.27% from 255 or 69.17% from 266); Max value from RGB is 184 - color contains mainly: blue. Hex color #282AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282AB8 is #D7D547. Grayscale: #393939. Windows color (decimal): -14144840 or 12069416. OLE color: 12069416.

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

Color convert

RGB4042184-
CMYK0.780.7700.28
HSL239.17º64.29%43.92%-
HSV(B)239.17º78.26%72.16%-
XYZ10.355.5745.88-
YUV57.59199.34115.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 42 (16.80% from 255) = 15.79%
BLUE value IS 184 (72.27% from 255) = 69.17%
R=15.04%
G=15.79%
B=69.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40421840.780.7700.28239.1764.2943.92
Hex282AB84E4D01Cef402c
Octal505227011611503435710054
Binary1010001010101011100010011101001101011100111011111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282ab8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,42,184); }

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

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

 a { background-color: rgb(40,42,184); }

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

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

 span { border-color: rgb(40,42,184); }

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