#2B27AF

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

Shades of Persian Blue #2B27AF

Tints of Persian Blue #2B27AF

Color information

#2B27AF (or 0x2B27AF) is unknown color: approx Persian Blue. HEX triplet: 2B, 27 and AF. RGB value is (43,39,175). Sum of RGB (Red+Green+Blue) = 43+39+175=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B27AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B27AF is #D4D850. Grayscale: #373737. Windows color (decimal): -13949009 or 11478827. OLE color: 11478827.

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

Color convert

RGB4339175-
CMYK0.750.7800.31
HSL241.76º63.55%41.96%-
HSV(B)241.76º77.71%68.63%-
XYZ9.465.0641.04-
YUV55.7195.33118.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 175 (68.75% from 255) = 68.09%
R=16.73%
G=15.18%
B=68.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43391750.750.7800.31241.7663.5541.96
Hex2B27AF4B4E01Ff2402a
Octal534725711311603736210052
Binary1010111001111010111110010111001110011111111100101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B27AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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