#282DB4

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

Shades of Persian Blue #282DB4

Tints of Persian Blue #282DB4

Color information

#282DB4 (or 0x282DB4) is unknown color: approx Persian Blue. HEX triplet: 28, 2D and B4. RGB value is (40,45,180). Sum of RGB (Red+Green+Blue) = 40+45+180=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 180 (70.70% from 255 or 67.92% from 265); Max value from RGB is 180 - color contains mainly: blue. Hex color #282DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DB4 is #D7D24B. Grayscale: #3A3A3A. Windows color (decimal): -14144076 or 11808040. OLE color: 11808040.

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

Color convert

RGB4045180-
CMYK0.780.7500.29
HSL237.86º63.64%43.14%-
HSV(B)237.86º77.78%70.59%-
XYZ10.055.6243.74-
YUV58.9196.34114.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 180 (70.70% from 255) = 67.92%
R=15.09%
G=16.98%
B=67.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40451800.780.7500.29237.8663.6443.14
Hex282DB44E4B01Dee402b
Octal505526411611303535610053
Binary1010001011011011010010011101001011011101111011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,45,180); }

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

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

 a { background-color: rgb(40,45,180); }

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

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

 span { border-color: rgb(40,45,180); }

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