#2B3AB6

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

Shades of Persian Blue #2B3AB6

Tints of Persian Blue #2B3AB6

Color information

#2B3AB6 (or 0x2B3AB6) is unknown color: approx Persian Blue. HEX triplet: 2B, 3A and B6. RGB value is (43,58,182). Sum of RGB (Red+Green+Blue) = 43+58+182=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B3AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3AB6 is #D4C549. Grayscale: #434343. Windows color (decimal): -13944138 or 11942443. OLE color: 11942443.

HSL color Cylindrical-coordinate representation of color #2B3AB6: hue angle of 233.53º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B3AB6 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4358182-
CMYK0.760.6800.29
HSL233.53º61.78%44.12%-
HSV(B)233.53º76.37%71.37%-
XYZ10.956.9245.01-
YUV67.65192.53110.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=15.19%
G=20.49%
B=64.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43581820.760.6800.29233.5361.7844.12
Hex2B3AB64C4401Dea3e2c
Octal53722661141040353527654
Binary101011111010101101101001100100010001110111101010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,182); }

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

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

 a { background-color: rgb(43,58,182); }

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

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

 span { border-color: rgb(43,58,182); }

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