#283ba9

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

Shades of Persian Blue #283BA9

Tints of Persian Blue #283BA9

Color information

#283BA9 (or 0x283BA9) is unknown color: approx Persian Blue. HEX triplet: 28, 3B and A9. RGB value is (40,59,169). Sum of RGB (Red+Green+Blue) = 40+59+169=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #283BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283BA9 is #D7C456. Grayscale: #414141. Windows color (decimal): -14140503 or 11090728. OLE color: 11090728.

HSL color Cylindrical-coordinate representation of color #283BA9: hue angle of 231.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283BA9 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4059169-
CMYK0.760.6500.34
HSL231.16º61.72%40.98%-
HSV(B)231.16º76.33%66.27%-
XYZ9.66.4438.27-
YUV65.86186.21109.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 169 (66.41% from 255) = 63.06%
R=14.93%
G=22.01%
B=63.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal40591690.760.6500.34231.1661.7240.98
Hex283BA94C41022e73e29
Octal50732511141010423477651
Binary1010001110111010100110011001000001010001011100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283ba9; }

 p { color: rgb(40,59,169); }

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

<style>
 a { background-color: #283ba9; }

 a { background-color: rgb(40,59,169); }

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

<style>
 span { border-color: #283ba9; }

 span { border-color: rgb(40,59,169); }

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