#2B2DBA

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

Shades of Persian Blue #2B2DBA

Tints of Persian Blue #2B2DBA

Color information

#2B2DBA (or 0x2B2DBA) is unknown color: approx Persian Blue. HEX triplet: 2B, 2D and BA. RGB value is (43,45,186). Sum of RGB (Red+Green+Blue) = 43+45+186=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B2DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2DBA is #D4D245. Grayscale: #3B3B3B. Windows color (decimal): -13947462 or 12201259. OLE color: 12201259.

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

Color convert

RGB4345186-
CMYK0.770.7600.27
HSL239.16º62.45%44.9%-
HSV(B)239.16º76.88%72.94%-
XYZ10.85.9447.03-
YUV60.48198.84115.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 186 (73.05% from 255) = 67.88%
R=15.69%
G=16.42%
B=67.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43451860.770.7600.27239.1662.4544.9
Hex2B2DBA4D4C01Bef3e2d
Octal53552721151140333577655
Binary101011101101101110101001101100110001101111101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,45,186); }

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

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

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

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

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

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

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