#2B3EAB

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

Shades of Persian Blue #2B3EAB

Tints of Persian Blue #2B3EAB

Color information

#2B3EAB (or 0x2B3EAB) is unknown color: approx Persian Blue. HEX triplet: 2B, 3E and AB. RGB value is (43,62,171). Sum of RGB (Red+Green+Blue) = 43+62+171=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B3EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3EAB is #D4C154. Grayscale: #444444. Windows color (decimal): -13943125 or 11222571. OLE color: 11222571.

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

Color convert

RGB4362171-
CMYK0.750.6400.33
HSL231.09º59.81%41.96%-
HSV(B)231.09º74.85%67.06%-
XYZ10.076.939.33-
YUV68.74185.71109.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=15.58%
G=22.46%
B=61.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43621710.750.6400.33231.0959.8141.96
Hex2B3EAB4B40021e73c2a
Octal53762531131000413477452
Binary1010111111101010101110010111000000010000111100111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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