#2726c4

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

Shades of Persian Blue #2726C4

Tints of Persian Blue #2726C4

Color information

#2726C4 (or 0x2726C4) is unknown color: approx Persian Blue. HEX triplet: 27, 26 and C4. RGB value is (39,38,196). Sum of RGB (Red+Green+Blue) = 39+38+196=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #2726C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2726C4 is #D8D93B. Grayscale: #373737. Windows color (decimal): -14211388 or 12854823. OLE color: 12854823.

HSL color Cylindrical-coordinate representation of color #2726C4: hue angle of 240.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2726C4 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3938196-
CMYK0.800.8100.23
HSL240.38º67.52%45.88%-
HSV(B)240.38º80.61%76.86%-
XYZ11.495.852.74-
YUV56.31206.83115.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 196 (76.95% from 255) = 71.79%
R=14.29%
G=13.92%
B=71.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39381960.800.8100.23240.3867.5245.88
Hex2726C45051017f0442e
Octal474630412012102736010456
Binary1001111001101100010010100001010001010111111100001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2726c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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