#292FD8

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

Shades of Persian Blue #292FD8

Tints of Persian Blue #292FD8

Color information

#292FD8 (or 0x292FD8) is unknown color: approx Persian Blue. HEX triplet: 29, 2F and D8. RGB value is (41,47,216). Sum of RGB (Red+Green+Blue) = 41+47+216=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #292FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FD8 is #D6D027. Grayscale: #3F3F3F. Windows color (decimal): -14077992 or 14167849. OLE color: 14167849.

HSL color Cylindrical-coordinate representation of color #292FD8: hue angle of 237.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292FD8 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4147216-
CMYK0.810.7800.15
HSL237.94º69.17%50.39%-
HSV(B)237.94º81.02%84.71%-
XYZ14.337.4665.65-
YUV64.47213.51111.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 216 (84.77% from 255) = 71.05%
R=13.49%
G=15.46%
B=71.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41472160.810.7800.15237.9469.1750.39
Hex292FD8514E0Fee4532
Octal515733012111601735610562
Binary101001101111110110001010001100111001111111011101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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