#292FBF

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

Shades of Persian Blue #292FBF

Tints of Persian Blue #292FBF

Color information

#292FBF (or 0x292FBF) is unknown color: approx Persian Blue. HEX triplet: 29, 2F and BF. RGB value is (41,47,191). Sum of RGB (Red+Green+Blue) = 41+47+191=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 47 (18.75% from 255 or 16.85% 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 #292FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FBF is #D6D040. Grayscale: #3D3D3D. Windows color (decimal): -14078017 or 12529449. OLE color: 12529449.

HSL color Cylindrical-coordinate representation of color #292FBF: hue angle of 237.6º 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 #292FBF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4147191-
CMYK0.790.7500.25
HSL237.6º64.66%45.49%-
HSV(B)237.6º78.53%74.9%-
XYZ11.336.2749.9-
YUV61.62201.01113.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41471910.790.7500.25237.664.6645.49
Hex292FBF4F4B019ee412d
Octal515727711711303135610155
Binary1010011011111011111110011111001011011001111011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292FBF; }

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

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

<style>
 a { background-color: #292FBF; }

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

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

<style>
 span { border-color: #292FBF; }

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

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