#292EC6

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

Shades of Persian Blue #292EC6

Tints of Persian Blue #292EC6

Color information

#292EC6 (or 0x292EC6) is unknown color: approx Persian Blue. HEX triplet: 29, 2E and C6. RGB value is (41,46,198). Sum of RGB (Red+Green+Blue) = 41+46+198=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 198 (77.73% from 255 or 69.47% from 285); Max value from RGB is 198 - color contains mainly: blue. Hex color #292EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292EC6 is #D6D139. Grayscale: #3D3D3D. Windows color (decimal): -14078266 or 12987945. OLE color: 12987945.

HSL color Cylindrical-coordinate representation of color #292EC6: hue angle of 238.09º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292EC6 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4146198-
CMYK0.790.7700.22
HSL238.09º65.69%46.86%-
HSV(B)238.09º79.29%77.65%-
XYZ12.086.554.04-
YUV61.83204.84113.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 198 (77.73% from 255) = 69.47%
R=14.39%
G=16.14%
B=69.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41461980.790.7700.22238.0965.6946.86
Hex292EC64F4D016ee422f
Octal515630611711502635610257
Binary1010011011101100011010011111001101010110111011101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,198); }

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

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

 a { background-color: rgb(41,46,198); }

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

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

 span { border-color: rgb(41,46,198); }

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