#272FEB

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

Shades of Persian Blue #272FEB

Tints of Persian Blue #272FEB

Color information

#272FEB (or 0x272FEB) is unknown color: approx Persian Blue. HEX triplet: 27, 2F and EB. RGB value is (39,47,235). Sum of RGB (Red+Green+Blue) = 39+47+235=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #272FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FEB is #D8D014. Grayscale: #414141. Windows color (decimal): -14209045 or 15413031. OLE color: 15413031.

HSL color Cylindrical-coordinate representation of color #272FEB: hue angle of 237.55º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272FEB is Cyan = 0.83, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3947235-
CMYK0.830.800.08
HSL237.55º83.05%53.73%-
HSV(B)237.55º83.4%92.16%-
XYZ16.858.4679.34-
YUV66.04223.35108.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.15%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 235 (92.19% from 255) = 73.21%
R=12.15%
G=14.64%
B=73.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal39472350.830.800.08237.5583.0553.73
Hex272FEB535008ee5336
Octal475735312312001035612366
Binary100111101111111010111010011101000001000111011101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,47,235); }

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

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

 a { background-color: rgb(39,47,235); }

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

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

 span { border-color: rgb(39,47,235); }

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