#293DDE

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

Shades of Persian Blue #293DDE

Tints of Persian Blue #293DDE

Color information

#293DDE (or 0x293DDE) is unknown color: approx Persian Blue. HEX triplet: 29, 3D and DE. RGB value is (41,61,222). Sum of RGB (Red+Green+Blue) = 41+61+222=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #293DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DDE is #D6C221. Grayscale: #484848. Windows color (decimal): -14074402 or 14564649. OLE color: 14564649.

HSL color Cylindrical-coordinate representation of color #293DDE: hue angle of 233.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293DDE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4161222-
CMYK0.820.7300.13
HSL233.37º73.28%51.57%-
HSV(B)233.37º81.53%87.06%-
XYZ15.779.0870.03-
YUV73.37211.87104.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.65%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 222 (87.11% from 255) = 68.52%
R=12.65%
G=18.83%
B=68.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41612220.820.7300.13233.3773.2851.57
Hex293DDE52490De94934
Octal517533612211101535111164
Binary101001111101110111101010010100100101101111010011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,222); }

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

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

 a { background-color: rgb(41,61,222); }

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

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

 span { border-color: rgb(41,61,222); }

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