#272DB8

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

Shades of Persian Blue #272DB8

Tints of Persian Blue #272DB8

Color information

#272DB8 (or 0x272DB8) is unknown color: approx Persian Blue. HEX triplet: 27, 2D and B8. RGB value is (39,45,184). Sum of RGB (Red+Green+Blue) = 39+45+184=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 184 (72.27% from 255 or 68.66% from 268); Max value from RGB is 184 - color contains mainly: blue. Hex color #272DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DB8 is #D8D247. Grayscale: #3A3A3A. Windows color (decimal): -14209608 or 12070183. OLE color: 12070183.

HSL color Cylindrical-coordinate representation of color #272DB8: hue angle of 237.52º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272DB8 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3945184-
CMYK0.790.7600.28
HSL237.52º65.02%43.73%-
HSV(B)237.52º78.8%72.16%-
XYZ10.435.7745.91-
YUV59.05198.51113.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 184 (72.27% from 255) = 68.66%
R=14.55%
G=16.79%
B=68.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal39451840.790.7600.28237.5265.0243.73
Hex272DB84F4C01Cee412c
Octal475527011711403435610154
Binary1001111011011011100010011111001100011100111011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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