#2F26A7

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

Shades of Persian Blue #2F26A7

Tints of Persian Blue #2F26A7

Color information

#2F26A7 (or 0x2F26A7) is unknown color: approx Persian Blue. HEX triplet: 2F, 26 and A7. RGB value is (47,38,167). Sum of RGB (Red+Green+Blue) = 47+38+167=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 167 (65.62% from 255 or 66.27% from 252); Max value from RGB is 167 - color contains mainly: blue. Hex color #2F26A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F26A7 is #D0D958. Grayscale: #363636. Windows color (decimal): -13687129 or 10954287. OLE color: 10954287.

HSL color Cylindrical-coordinate representation of color #2F26A7: hue angle of 244.19º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F26A7 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4738167-
CMYK0.720.7700.35
HSL244.19º62.93%40.2%-
HSV(B)244.19º77.25%65.49%-
XYZ8.844.7837.02-
YUV55.4190.98122.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 167 (65.62% from 255) = 66.27%
R=18.65%
G=15.08%
B=66.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47381670.720.7700.35244.1962.9340.2
Hex2F26A7484D023f43f28
Octal57462471101150433647750
Binary1011111001101010011110010001001101010001111110100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F26A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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