#2B3FAB

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

Shades of Persian Blue #2B3FAB

Tints of Persian Blue #2B3FAB

Color information

#2B3FAB (or 0x2B3FAB) is unknown color: approx Persian Blue. HEX triplet: 2B, 3F and AB. RGB value is (43,63,171). Sum of RGB (Red+Green+Blue) = 43+63+171=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3FAB is #D4C054. Grayscale: #444444. Windows color (decimal): -13942869 or 11222827. OLE color: 11222827.

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

Color convert

RGB4363171-
CMYK0.750.6300.33
HSL230.62º59.81%41.96%-
HSV(B)230.62º74.85%67.06%-
XYZ10.127.0139.35-
YUV69.33185.37109.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.52%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 171 (67.19% from 255) = 61.73%
R=15.52%
G=22.74%
B=61.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43631710.750.6300.33230.6259.8141.96
Hex2B3FAB4B3F021e73c2a
Octal5377253113770413477452
Binary101011111111101010111001011111111010000111100111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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