#2F29BF

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

Shades of Persian Blue #2F29BF

Tints of Persian Blue #2F29BF

Color information

#2F29BF (or 0x2F29BF) is unknown color: approx Persian Blue. HEX triplet: 2F, 29 and BF. RGB value is (47,41,191). Sum of RGB (Red+Green+Blue) = 47+41+191=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F29BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F29BF is #D0D640. Grayscale: #3B3B3B. Windows color (decimal): -13686337 or 12527919. OLE color: 12527919.

HSL color Cylindrical-coordinate representation of color #2F29BF: hue angle of 242.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F29BF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4741191-
CMYK0.750.7900.25
HSL242.4º64.66%45.49%-
HSV(B)242.4º78.53%74.9%-
XYZ11.375.9549.84-
YUV59.89201.99118.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 191 (75% from 255) = 68.46%
R=16.85%
G=14.70%
B=68.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47411910.750.7900.25242.464.6645.49
Hex2F29BF4B4F019f2412d
Octal575127711311703136210155
Binary1011111010011011111110010111001111011001111100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F29BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,191); }

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

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

 a { background-color: rgb(47,41,191); }

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

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

 span { border-color: rgb(47,41,191); }

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