#2B2CBD

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

Shades of Persian Blue #2B2CBD

Tints of Persian Blue #2B2CBD

Color information

#2B2CBD (or 0x2B2CBD) is unknown color: approx Persian Blue. HEX triplet: 2B, 2C and BD. RGB value is (43,44,189). Sum of RGB (Red+Green+Blue) = 43+44+189=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B2CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2CBD is #D4D342. Grayscale: #3B3B3B. Windows color (decimal): -13947715 or 12397611. OLE color: 12397611.

HSL color Cylindrical-coordinate representation of color #2B2CBD: hue angle of 239.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B2CBD is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4344189-
CMYK0.770.7700.26
HSL239.59º62.93%45.49%-
HSV(B)239.59º77.25%74.12%-
XYZ11.085.9948.72-
YUV60.23200.67115.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=15.58%
G=15.94%
B=68.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43441890.770.7700.26239.5962.9345.49
Hex2B2CBD4D4D01Af03f2d
Octal53542751151150323607755
Binary101011101100101111011001101100110101101011110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,44,189); }

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

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

 a { background-color: rgb(43,44,189); }

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

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

 span { border-color: rgb(43,44,189); }

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