#2B17B4

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

Shades of Persian Blue #2B17B4

Tints of Persian Blue #2B17B4

Color information

#2B17B4 (or 0x2B17B4) is unknown color: approx Persian Blue. HEX triplet: 2B, 17 and B4. RGB value is (43,23,180). Sum of RGB (Red+Green+Blue) = 43+23+180=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B17B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17B4 is #D4E84B. Grayscale: #2E2E2E. Windows color (decimal): -13953100 or 11802411. OLE color: 11802411.

HSL color Cylindrical-coordinate representation of color #2B17B4: hue angle of 247.64º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B17B4 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4323180-
CMYK0.760.8700.29
HSL247.64º77.34%39.8%-
HSV(B)247.64º87.22%70.59%-
XYZ9.544.4243.53-
YUV46.88203.13125.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 180 (70.70% from 255) = 73.17%
R=17.48%
G=9.35%
B=73.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43231800.760.8700.29247.6477.3439.8
Hex2B17B44C5701Df84d28
Octal532726411412703537011550
Binary101011101111011010010011001010111011101111110001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B17B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,23,180); }

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

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

 a { background-color: rgb(43,23,180); }

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

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

 span { border-color: rgb(43,23,180); }

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