#293CB6

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

Shades of Persian Blue #293CB6

Tints of Persian Blue #293CB6

Color information

#293CB6 (or 0x293CB6) is unknown color: approx Persian Blue. HEX triplet: 29, 3C and B6. RGB value is (41,60,182). Sum of RGB (Red+Green+Blue) = 41+60+182=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #293CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CB6 is #D6C349. Grayscale: #434343. Windows color (decimal): -14074698 or 11942953. OLE color: 11942953.

HSL color Cylindrical-coordinate representation of color #293CB6: hue angle of 231.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293CB6 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4160182-
CMYK0.770.6700.29
HSL231.91º63.23%43.73%-
HSV(B)231.91º77.47%71.37%-
XYZ10.977.0845.04-
YUV68.23192.21108.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=14.49%
G=21.20%
B=64.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41601820.770.6700.29231.9163.2343.73
Hex293CB64D4301De83f2c
Octal51742661151030353507754
Binary101001111100101101101001101100001101110111101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,60,182); }

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

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

 a { background-color: rgb(41,60,182); }

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

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

 span { border-color: rgb(41,60,182); }

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