#272EAB

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

Shades of Persian Blue #272EAB

Tints of Persian Blue #272EAB

Color information

#272EAB (or 0x272EAB) is unknown color: approx Persian Blue. HEX triplet: 27, 2E and AB. RGB value is (39,46,171). Sum of RGB (Red+Green+Blue) = 39+46+171=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #272EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272EAB is #D8D154. Grayscale: #393939. Windows color (decimal): -14209365 or 11218471. OLE color: 11218471.

HSL color Cylindrical-coordinate representation of color #272EAB: hue angle of 236.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272EAB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3946171-
CMYK0.770.7300.33
HSL236.82º62.86%41.18%-
HSV(B)236.82º77.19%67.06%-
XYZ9.165.3339.07-
YUV58.16191.68114.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 171 (67.19% from 255) = 66.80%
R=15.23%
G=17.97%
B=66.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39461710.770.7300.33236.8262.8641.18
Hex272EAB4D49021ed3f29
Octal47562531151110413557751
Binary1001111011101010101110011011001001010000111101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272EAB; }

 p { color: rgb(39,46,171); }

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

<style>
 a { background-color: #272EAB; }

 a { background-color: rgb(39,46,171); }

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

<style>
 span { border-color: #272EAB; }

 span { border-color: rgb(39,46,171); }

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