#272BB8

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

Shades of Persian Blue #272BB8

Tints of Persian Blue #272BB8

Color information

#272BB8 (or 0x272BB8) is unknown color: approx Persian Blue. HEX triplet: 27, 2B and B8. RGB value is (39,43,184). Sum of RGB (Red+Green+Blue) = 39+43+184=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 184 (72.27% from 255 or 69.17% from 266); Max value from RGB is 184 - color contains mainly: blue. Hex color #272BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BB8 is #D8D447. Grayscale: #393939. Windows color (decimal): -14210120 or 12069671. OLE color: 12069671.

HSL color Cylindrical-coordinate representation of color #272BB8: hue angle of 238.34º 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 #272BB8 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3943184-
CMYK0.790.7700.28
HSL238.34º65.02%43.73%-
HSV(B)238.34º78.8%72.16%-
XYZ10.355.6245.89-
YUV57.88199.17114.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 184 (72.27% from 255) = 69.17%
R=14.66%
G=16.17%
B=69.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal39431840.790.7700.28238.3465.0243.73
Hex272BB84F4D01Cee412c
Octal475327011711503435610154
Binary1001111010111011100010011111001101011100111011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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