#293BBA

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

Shades of Persian Blue #293BBA

Tints of Persian Blue #293BBA

Color information

#293BBA (or 0x293BBA) is unknown color: approx Persian Blue. HEX triplet: 29, 3B and BA. RGB value is (41,59,186). Sum of RGB (Red+Green+Blue) = 41+59+186=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #293BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BBA is #D6C445. Grayscale: #434343. Windows color (decimal): -14074950 or 12204841. OLE color: 12204841.

HSL color Cylindrical-coordinate representation of color #293BBA: hue angle of 232.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293BBA is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4159186-
CMYK0.780.6800.27
HSL232.55º63.88%44.51%-
HSV(B)232.55º77.96%72.94%-
XYZ11.347.1447.24-
YUV68.1194.54108.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 186 (73.05% from 255) = 65.03%
R=14.34%
G=20.63%
B=65.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41591860.780.6800.27232.5563.8844.51
Hex293BBA4E4401Be9402d
Octal517327211610403335110055
Binary1010011110111011101010011101000100011011111010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,59,186); }

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

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

 a { background-color: rgb(41,59,186); }

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

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

 span { border-color: rgb(41,59,186); }

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