#292DBE

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

Shades of Persian Blue #292DBE

Tints of Persian Blue #292DBE

Color information

#292DBE (or 0x292DBE) is unknown color: approx Persian Blue. HEX triplet: 29, 2D and BE. RGB value is (41,45,190). Sum of RGB (Red+Green+Blue) = 41+45+190=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #292DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DBE is #D6D241. Grayscale: #3B3B3B. Windows color (decimal): -14078530 or 12463401. OLE color: 12463401.

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

Color convert

RGB4145190-
CMYK0.780.7600.25
HSL238.39º64.5%45.29%-
HSV(B)238.39º78.42%74.51%-
XYZ11.156.0749.3-
YUV60.33201.17114.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 190 (74.61% from 255) = 68.84%
R=14.86%
G=16.30%
B=68.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41451900.780.7600.25238.3964.545.29
Hex292DBE4E4C019ee412d
Octal515527611611403135610155
Binary1010011011011011111010011101001100011001111011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,45,190); }

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

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

 a { background-color: rgb(41,45,190); }

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

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

 span { border-color: rgb(41,45,190); }

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