#2B3AAF

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

Shades of Persian Blue #2B3AAF

Tints of Persian Blue #2B3AAF

Color information

#2B3AAF (or 0x2B3AAF) is unknown color: approx Persian Blue. HEX triplet: 2B, 3A and AF. RGB value is (43,58,175). Sum of RGB (Red+Green+Blue) = 43+58+175=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B3AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3AAF is #D4C550. Grayscale: #424242. Windows color (decimal): -13944145 or 11483691. OLE color: 11483691.

HSL color Cylindrical-coordinate representation of color #2B3AAF: hue angle of 233.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B3AAF is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4358175-
CMYK0.750.6700.31
HSL233.18º60.55%42.75%-
HSV(B)233.18º75.43%68.63%-
XYZ10.256.6341.3-
YUV66.85189.03110.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 175 (68.75% from 255) = 63.41%
R=15.58%
G=21.01%
B=63.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43581750.750.6700.31233.1860.5542.75
Hex2B3AAF4B4301Fe93d2b
Octal53722571131030373517553
Binary101011111010101011111001011100001101111111101001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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