#293BB0

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

Shades of Persian Blue #293BB0

Tints of Persian Blue #293BB0

Color information

#293BB0 (or 0x293BB0) is unknown color: approx Persian Blue. HEX triplet: 29, 3B and B0. RGB value is (41,59,176). Sum of RGB (Red+Green+Blue) = 41+59+176=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 176 (69.14% from 255 or 63.77% from 276); Max value from RGB is 176 - color contains mainly: blue. Hex color #293BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BB0 is #D6C44F. Grayscale: #424242. Windows color (decimal): -14074960 or 11549481. OLE color: 11549481.

HSL color Cylindrical-coordinate representation of color #293BB0: hue angle of 232º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293BB0 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4159176-
CMYK0.770.6600.31
HSL232º62.21%42.55%-
HSV(B)232º76.7%69.02%-
XYZ10.316.7341.83-
YUV66.96189.54109.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 176 (69.14% from 255) = 63.77%
R=14.86%
G=21.38%
B=63.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41591760.770.6600.3123262.2142.55
Hex293BB04D4201Fe83e2b
Octal51732601151020373507653
Binary101001111011101100001001101100001001111111101000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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