#2F26AE

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

Shades of Persian Blue #2F26AE

Tints of Persian Blue #2F26AE

Color information

#2F26AE (or 0x2F26AE) is unknown color: approx Persian Blue. HEX triplet: 2F, 26 and AE. RGB value is (47,38,174). Sum of RGB (Red+Green+Blue) = 47+38+174=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F26AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F26AE is #D0D951. Grayscale: #373737. Windows color (decimal): -13687122 or 11413039. OLE color: 11413039.

HSL color Cylindrical-coordinate representation of color #2F26AE: hue angle of 243.97º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F26AE is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4738174-
CMYK0.730.7800.32
HSL243.97º64.15%41.57%-
HSV(B)243.97º78.16%68.24%-
XYZ9.515.0540.52-
YUV56.19194.48121.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=18.15%
G=14.67%
B=67.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47381740.730.7800.32243.9764.1541.57
Hex2F26AE494E020f4402a
Octal574625611111604036410052
Binary10111110011010101110100100110011100100000111101001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F26AE; }

 p { color: rgb(47,38,174); }

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

<style>
 a { background-color: #2F26AE; }

 a { background-color: rgb(47,38,174); }

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

<style>
 span { border-color: #2F26AE; }

 span { border-color: rgb(47,38,174); }

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