#293ABD

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

Shades of Persian Blue #293ABD

Tints of Persian Blue #293ABD

Color information

#293ABD (or 0x293ABD) is unknown color: approx Persian Blue. HEX triplet: 29, 3A and BD. RGB value is (41,58,189). Sum of RGB (Red+Green+Blue) = 41+58+189=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #293ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ABD is #D6C542. Grayscale: #434343. Windows color (decimal): -14075203 or 12401193. OLE color: 12401193.

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

Color convert

RGB4158189-
CMYK0.780.6900.26
HSL233.11º64.35%45.1%-
HSV(B)233.11º78.31%74.12%-
XYZ11.617.1748.92-
YUV67.85196.37108.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 189 (74.22% from 255) = 65.62%
R=14.24%
G=20.14%
B=65.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41581890.780.6900.26233.1164.3545.1
Hex293ABD4E4501Ae9402d
Octal517227511610503235110055
Binary1010011110101011110110011101000101011010111010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,58,189); }

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

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

 a { background-color: rgb(41,58,189); }

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

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

 span { border-color: rgb(41,58,189); }

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