#272DBC

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

Shades of Persian Blue #272DBC

Tints of Persian Blue #272DBC

Color information

#272DBC (or 0x272DBC) is unknown color: approx Persian Blue. HEX triplet: 27, 2D and BC. RGB value is (39,45,188). Sum of RGB (Red+Green+Blue) = 39+45+188=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #272DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DBC is #D8D243. Grayscale: #3A3A3A. Windows color (decimal): -14209604 or 12332327. OLE color: 12332327.

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

Color convert

RGB3945188-
CMYK0.790.7600.26
HSL237.58º65.64%44.51%-
HSV(B)237.58º79.26%73.73%-
XYZ10.855.9448.15-
YUV59.51200.51113.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 188 (73.83% from 255) = 69.12%
R=14.34%
G=16.54%
B=69.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39451880.790.7600.26237.5865.6444.51
Hex272DBC4F4C01Aee422d
Octal475527411711403235610255
Binary1001111011011011110010011111001100011010111011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,45,188); }

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

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

 a { background-color: rgb(39,45,188); }

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

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

 span { border-color: rgb(39,45,188); }

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