#2B15BB

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

Shades of Persian Blue #2B15BB

Tints of Persian Blue #2B15BB

Color information

#2B15BB (or 0x2B15BB) is unknown color: approx Persian Blue. HEX triplet: 2B, 15 and BB. RGB value is (43,21,187). Sum of RGB (Red+Green+Blue) = 43+21+187=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B15BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B15BB is #D4EA44. Grayscale: #2D2D2D. Windows color (decimal): -13953605 or 12260651. OLE color: 12260651.

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

Color convert

RGB4321187-
CMYK0.770.8900.27
HSL247.95º79.81%40.78%-
HSV(B)247.95º88.77%73.33%-
XYZ10.234.6447.37-
YUV46.5207.29125.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 187 (73.44% from 255) = 74.50%
R=17.13%
G=8.37%
B=74.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43211870.770.8900.27247.9579.8140.78
Hex2B15BB4D5901Bf85029
Octal532527311513103337012051
Binary101011101011011101110011011011001011011111110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B15BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,187); }

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

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

 a { background-color: rgb(43,21,187); }

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

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

 span { border-color: rgb(43,21,187); }

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