#2726BF

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

Shades of Persian Blue #2726BF

Tints of Persian Blue #2726BF

Color information

#2726BF (or 0x2726BF) is unknown color: approx Persian Blue. HEX triplet: 27, 26 and BF. RGB value is (39,38,191). Sum of RGB (Red+Green+Blue) = 39+38+191=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #2726BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2726BF is #D8D940. Grayscale: #373737. Windows color (decimal): -14211393 or 12527143. OLE color: 12527143.

HSL color Cylindrical-coordinate representation of color #2726BF: hue angle of 240.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2726BF is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3938191-
CMYK0.800.8000.25
HSL240.39º66.81%44.9%-
HSV(B)240.39º80.1%74.9%-
XYZ10.935.5849.79-
YUV55.74204.33116.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 191 (75% from 255) = 71.27%
R=14.55%
G=14.18%
B=71.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39381910.800.8000.25240.3966.8144.9
Hex2726BF5050019f0432d
Octal474627712012003136010355
Binary1001111001101011111110100001010000011001111100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2726BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2726BF; }

 p { color: rgb(39,38,191); }

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

<style>
 a { background-color: #2726BF; }

 a { background-color: rgb(39,38,191); }

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

<style>
 span { border-color: #2726BF; }

 span { border-color: rgb(39,38,191); }

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