#2B1EBA

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

Shades of Persian Blue #2B1EBA

Tints of Persian Blue #2B1EBA

Color information

#2B1EBA (or 0x2B1EBA) is unknown color: approx Persian Blue. HEX triplet: 2B, 1E and BA. RGB value is (43,30,186). Sum of RGB (Red+Green+Blue) = 43+30+186=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1EBA is #D4E145. Grayscale: #333333. Windows color (decimal): -13951302 or 12197419. OLE color: 12197419.

HSL color Cylindrical-coordinate representation of color #2B1EBA: hue angle of 245º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1EBA is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4330186-
CMYK0.770.8400.27
HSL245º72.22%42.35%-
HSV(B)245º83.87%72.94%-
XYZ10.324.9946.87-
YUV51.67203.81121.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 186 (73.05% from 255) = 71.81%
R=16.60%
G=11.58%
B=71.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43301860.770.8400.2724572.2242.35
Hex2B1EBA4D5401Bf5482a
Octal533627211512403336511052
Binary101011111101011101010011011010100011011111101011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,30,186); }

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

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

 a { background-color: rgb(43,30,186); }

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

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

 span { border-color: rgb(43,30,186); }

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