#293BC5

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

Shades of Persian Blue #293BC5

Tints of Persian Blue #293BC5

Color information

#293BC5 (or 0x293BC5) is unknown color: approx Persian Blue. HEX triplet: 29, 3B and C5. RGB value is (41,59,197). Sum of RGB (Red+Green+Blue) = 41+59+197=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 197 (77.34% from 255 or 66.33% from 297); Max value from RGB is 197 - color contains mainly: blue. Hex color #293BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BC5 is #D6C43A. Grayscale: #444444. Windows color (decimal): -14074939 or 12925737. OLE color: 12925737.

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

Color convert

RGB4159197-
CMYK0.790.7000.23
HSL233.08º65.55%46.67%-
HSV(B)233.08º79.19%77.25%-
XYZ12.567.6353.63-
YUV69.35200.04107.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 197 (77.34% from 255) = 66.33%
R=13.80%
G=19.87%
B=66.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41591970.790.7000.23233.0865.5546.67
Hex293BC54F46017e9422f
Octal517330511710602735110257
Binary1010011110111100010110011111000110010111111010011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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