#2b2baf

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

Shades of Persian Blue #2B2BAF

Tints of Persian Blue #2B2BAF

Color information

#2B2BAF (or 0x2B2BAF) is unknown color: approx Persian Blue. HEX triplet: 2B, 2B and AF. RGB value is (43,43,175). Sum of RGB (Red+Green+Blue) = 43+43+175=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2BAF is #D4D450. Grayscale: #393939. Windows color (decimal): -13947985 or 11479851. OLE color: 11479851.

HSL color Cylindrical-coordinate representation of color #2B2BAF: hue angle of 240º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2BAF is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4343175-
CMYK0.750.7500.31
HSL240º60.55%42.75%-
HSV(B)240º75.43%68.63%-
XYZ9.65.3441.08-
YUV58.05194117.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.48%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 175 (68.75% from 255) = 67.05%
R=16.48%
G=16.48%
B=67.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43431750.750.7500.3124060.5542.75
Hex2B2BAF4B4B01Ff03d2b
Octal53532571131130373607553
Binary101011101011101011111001011100101101111111110000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b2baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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