#272CEC

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

Shades of Persian Blue #272CEC

Tints of Persian Blue #272CEC

Color information

#272CEC (or 0x272CEC) is unknown color: approx Persian Blue. HEX triplet: 27, 2C and EC. RGB value is (39,44,236). Sum of RGB (Red+Green+Blue) = 39+44+236=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #272CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272CEC is #D8D313. Grayscale: #3F3F3F. Windows color (decimal): -14209812 or 15477799. OLE color: 15477799.

HSL color Cylindrical-coordinate representation of color #272CEC: hue angle of 238.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272CEC is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3944236-
CMYK0.830.8100.07
HSL238.48º83.83%53.92%-
HSV(B)238.48º83.47%92.55%-
XYZ16.888.2980.07-
YUV64.39224.84109.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.23%
GREEN value IS 44 (17.58% from 255) = 13.79%
BLUE value IS 236 (92.58% from 255) = 73.98%
R=12.23%
G=13.79%
B=73.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal39442360.830.8100.07238.4883.8353.92
Hex272CEC535107ee5436
Octal47543541231210735612466
Binary10011110110011101100101001110100010111111011101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,44,236); }

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

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

 a { background-color: rgb(39,44,236); }

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

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

 span { border-color: rgb(39,44,236); }

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