#2B1CB8

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

Shades of Persian Blue #2B1CB8

Tints of Persian Blue #2B1CB8

Color information

#2B1CB8 (or 0x2B1CB8) is unknown color: approx Persian Blue. HEX triplet: 2B, 1C and B8. RGB value is (43,28,184). Sum of RGB (Red+Green+Blue) = 43+28+184=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 184 (72.27% from 255 or 72.16% from 255); Max value from RGB is 184 - color contains mainly: blue. Hex color #2B1CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1CB8 is #D4E347. Grayscale: #313131. Windows color (decimal): -13951816 or 12065835. OLE color: 12065835.

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

Color convert

RGB4328184-
CMYK0.770.8500.28
HSL245.77º73.58%41.57%-
HSV(B)245.77º84.78%72.16%-
XYZ10.064.845.74-
YUV50.27203.47122.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 184 (72.27% from 255) = 72.16%
R=16.86%
G=10.98%
B=72.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43281840.770.8500.28245.7773.5841.57
Hex2B1CB84D5501Cf64a2a
Octal533427011512503436611252
Binary101011111001011100010011011010101011100111101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,28,184); }

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

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

 a { background-color: rgb(43,28,184); }

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

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

 span { border-color: rgb(43,28,184); }

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