#293CDA

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

Shades of Persian Blue #293CDA

Tints of Persian Blue #293CDA

Color information

#293CDA (or 0x293CDA) is unknown color: approx Persian Blue. HEX triplet: 29, 3C and DA. RGB value is (41,60,218). Sum of RGB (Red+Green+Blue) = 41+60+218=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #293CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CDA is #D6C325. Grayscale: #474747. Windows color (decimal): -14074662 or 14302249. OLE color: 14302249.

HSL color Cylindrical-coordinate representation of color #293CDA: hue angle of 233.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293CDA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4160218-
CMYK0.810.7200.15
HSL233.56º70.52%50.78%-
HSV(B)233.56º81.19%85.49%-
XYZ15.198.7767.22-
YUV72.33210.21105.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 218 (85.55% from 255) = 68.34%
R=12.85%
G=18.81%
B=68.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41602180.810.7200.15233.5670.5250.78
Hex293CDA51480Fea4733
Octal517433212111001735210763
Binary101001111100110110101010001100100001111111010101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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