#2B35AB

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

Shades of Persian Blue #2B35AB

Tints of Persian Blue #2B35AB

Color information

#2B35AB (or 0x2B35AB) is unknown color: approx Persian Blue. HEX triplet: 2B, 35 and AB. RGB value is (43,53,171). Sum of RGB (Red+Green+Blue) = 43+53+171=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B35AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B35AB is #D4CA54. Grayscale: #3E3E3E. Windows color (decimal): -13945429 or 11220267. OLE color: 11220267.

HSL color Cylindrical-coordinate representation of color #2B35AB: hue angle of 235.31º 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 #2B35AB is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4353171-
CMYK0.750.6900.33
HSL235.31º59.81%41.96%-
HSV(B)235.31º74.85%67.06%-
XYZ9.62639.18-
YUV63.46188.69113.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=16.10%
G=19.85%
B=64.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43531710.750.6900.33235.3159.8141.96
Hex2B35AB4B45021eb3c2a
Octal53652531131050413537452
Binary1010111101011010101110010111000101010000111101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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