#2B40AF

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

Shades of Persian Blue #2B40AF

Tints of Persian Blue #2B40AF

Color information

#2B40AF (or 0x2B40AF) is unknown color: approx Persian Blue. HEX triplet: 2B, 40 and AF. RGB value is (43,64,175). Sum of RGB (Red+Green+Blue) = 43+64+175=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B40AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B40AF is #D4BF50. Grayscale: #454545. Windows color (decimal): -13942609 or 11485227. OLE color: 11485227.

HSL color Cylindrical-coordinate representation of color #2B40AF: hue angle of 230.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B40AF is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4364175-
CMYK0.750.6300.31
HSL230.45º60.55%42.75%-
HSV(B)230.45º75.43%68.63%-
XYZ10.577.2841.4-
YUV70.38187.04108.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.25%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 175 (68.75% from 255) = 62.06%
R=15.25%
G=22.70%
B=62.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43641750.750.6300.31230.4560.5542.75
Hex2B40AF4B3F01Fe63d2b
Octal53100257113770373467553
Binary101011100000010101111100101111111101111111100110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B40AF; }

 p { color: rgb(43,64,175); }

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

<style>
 a { background-color: #2B40AF; }

 a { background-color: rgb(43,64,175); }

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

<style>
 span { border-color: #2B40AF; }

 span { border-color: rgb(43,64,175); }

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