#2B34AB

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

Shades of Persian Blue #2B34AB

Tints of Persian Blue #2B34AB

Color information

#2B34AB (or 0x2B34AB) is unknown color: approx Persian Blue. HEX triplet: 2B, 34 and AB. RGB value is (43,52,171). Sum of RGB (Red+Green+Blue) = 43+52+171=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B34AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B34AB is #D4CB54. Grayscale: #3E3E3E. Windows color (decimal): -13945685 or 11220011. OLE color: 11220011.

HSL color Cylindrical-coordinate representation of color #2B34AB: hue angle of 235.78º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B34AB is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4352171-
CMYK0.750.7000.33
HSL235.78º59.81%41.96%-
HSV(B)235.78º74.85%67.06%-
XYZ9.575.9139.16-
YUV62.88189.02113.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=16.17%
G=19.55%
B=64.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43521710.750.7000.33235.7859.8141.96
Hex2B34AB4B46021ec3c2a
Octal53642531131060413547452
Binary1010111101001010101110010111000110010000111101100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,52,171); }

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

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

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

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

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

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

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