#2B18B5

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

Shades of Persian Blue #2B18B5

Tints of Persian Blue #2B18B5

Color information

#2B18B5 (or 0x2B18B5) is unknown color: approx Persian Blue. HEX triplet: 2B, 18 and B5. RGB value is (43,24,181). Sum of RGB (Red+Green+Blue) = 43+24+181=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 181 (71.09% from 255 or 72.98% from 248); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B18B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18B5 is #D4E74A. Grayscale: #2E2E2E. Windows color (decimal): -13952843 or 11868203. OLE color: 11868203.

HSL color Cylindrical-coordinate representation of color #2B18B5: hue angle of 247.26º 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 #2B18B5 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4324181-
CMYK0.760.8700.29
HSL247.26º76.59%40.2%-
HSV(B)247.26º86.74%70.98%-
XYZ9.664.544.08-
YUV47.58203.29124.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 181 (71.09% from 255) = 72.98%
R=17.34%
G=9.68%
B=72.98%

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
Decimal43241810.760.8700.29247.2676.5940.2
Hex2B18B54C5701Df74d28
Octal533026511412703536711550
Binary101011110001011010110011001010111011101111101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B18B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,181); }

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

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

 a { background-color: rgb(43,24,181); }

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

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

 span { border-color: rgb(43,24,181); }

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