#293DBE

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

Shades of Persian Blue #293DBE

Tints of Persian Blue #293DBE

Color information

#293DBE (or 0x293DBE) is unknown color: approx Persian Blue. HEX triplet: 29, 3D and BE. RGB value is (41,61,190). Sum of RGB (Red+Green+Blue) = 41+61+190=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #293DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DBE is #D6C241. Grayscale: #454545. Windows color (decimal): -14074434 or 12467497. OLE color: 12467497.

HSL color Cylindrical-coordinate representation of color #293DBE: hue angle of 231.95º 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 #293DBE is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4161190-
CMYK0.780.6800.25
HSL231.95º64.5%45.29%-
HSV(B)231.95º78.42%74.51%-
XYZ11.887.5349.54-
YUV69.73195.87107.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 61 (24.22% from 255) = 20.89%
BLUE value IS 190 (74.61% from 255) = 65.07%
R=14.04%
G=20.89%
B=65.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41611900.780.6800.25231.9564.545.29
Hex293DBE4E44019e8412d
Octal517527611610403135010155
Binary1010011111011011111010011101000100011001111010001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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