#2B34AE

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

Shades of Persian Blue #2B34AE

Tints of Persian Blue #2B34AE

Color information

#2B34AE (or 0x2B34AE) is unknown color: approx Persian Blue. HEX triplet: 2B, 34 and AE. RGB value is (43,52,174). Sum of RGB (Red+Green+Blue) = 43+52+174=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B34AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B34AE is #D4CB51. Grayscale: #3E3E3E. Windows color (decimal): -13945682 or 11416619. OLE color: 11416619.

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

Color convert

RGB4352174-
CMYK0.750.7000.32
HSL235.88º60.37%42.55%-
HSV(B)235.88º75.29%68.24%-
XYZ9.866.0340.69-
YUV63.22190.52113.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=15.99%
G=19.33%
B=64.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43521740.750.7000.32235.8860.3742.55
Hex2B34AE4B46020ec3c2b
Octal53642561131060403547453
Binary1010111101001010111010010111000110010000011101100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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