#2B40BF

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

Shades of Persian Blue #2B40BF

Tints of Persian Blue #2B40BF

Color information

#2B40BF (or 0x2B40BF) is unknown color: approx Persian Blue. HEX triplet: 2B, 40 and BF. RGB value is (43,64,191). Sum of RGB (Red+Green+Blue) = 43+64+191=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B40BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40BF is #D4BF40. Grayscale: #474747. Windows color (decimal): -13942593 or 12533803. OLE color: 12533803.

HSL color Cylindrical-coordinate representation of color #2B40BF: hue angle of 231.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B40BF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4364191-
CMYK0.770.6600.25
HSL231.49º63.25%45.88%-
HSV(B)231.49º77.49%74.9%-
XYZ12.237.9450.18-
YUV72.2195.04107.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 191 (75% from 255) = 64.09%
R=14.43%
G=21.48%
B=64.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43641910.770.6600.25231.4963.2545.88
Hex2B40BF4D42019e73f2e
Octal531002771151020313477756
Binary1010111000000101111111001101100001001100111100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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