#2B2BDD

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

Shades of Persian Blue #2B2BDD

Tints of Persian Blue #2B2BDD

Color information

#2B2BDD (or 0x2B2BDD) is unknown color: approx Persian Blue. HEX triplet: 2B, 2B and DD. RGB value is (43,43,221). Sum of RGB (Red+Green+Blue) = 43+43+221=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B2BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2BDD is #D4D422. Grayscale: #3E3E3E. Windows color (decimal): -13947939 or 14494507. OLE color: 14494507.

HSL color Cylindrical-coordinate representation of color #2B2BDD: hue angle of 240º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B2BDD is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4343221-
CMYK0.810.8100.13
HSL240º72.36%51.76%-
HSV(B)240º80.54%86.67%-
XYZ14.917.4669.06-
YUV63.29217113.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 43 (17.19% from 255) = 14.01%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=14.01%
G=14.01%
B=71.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43432210.810.8100.1324072.3651.76
Hex2B2BDD51510Df04834
Octal535333512112101536011064
Binary101011101011110111011010001101000101101111100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,43,221); }

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

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

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

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

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

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

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