#272EBE

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

Shades of Persian Blue #272EBE

Tints of Persian Blue #272EBE

Color information

#272EBE (or 0x272EBE) is unknown color: approx Persian Blue. HEX triplet: 27, 2E and BE. RGB value is (39,46,190). Sum of RGB (Red+Green+Blue) = 39+46+190=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #272EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EBE is #D8D141. Grayscale: #3B3B3B. Windows color (decimal): -14209346 or 12463655. OLE color: 12463655.

HSL color Cylindrical-coordinate representation of color #272EBE: hue angle of 237.22º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272EBE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3946190-
CMYK0.790.7600.25
HSL237.22º65.94%44.9%-
HSV(B)237.22º79.47%74.51%-
XYZ11.116.149.31-
YUV60.32201.18112.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=14.18%
G=16.73%
B=69.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39461900.790.7600.25237.2265.9444.9
Hex272EBE4F4C019ed422d
Octal475627611711403135510255
Binary1001111011101011111010011111001100011001111011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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