#293CD3

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

Shades of Persian Blue #293CD3

Tints of Persian Blue #293CD3

Color information

#293CD3 (or 0x293CD3) is unknown color: approx Persian Blue. HEX triplet: 29, 3C and D3. RGB value is (41,60,211). Sum of RGB (Red+Green+Blue) = 41+60+211=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 211 (82.81% from 255 or 67.63% from 312); Max value from RGB is 211 - color contains mainly: blue. Hex color #293CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CD3 is #D6C32C. Grayscale: #464646. Windows color (decimal): -14074669 or 13843497. OLE color: 13843497.

HSL color Cylindrical-coordinate representation of color #293CD3: hue angle of 233.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293CD3 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4160211-
CMYK0.810.7200.17
HSL233.29º67.46%49.41%-
HSV(B)233.29º80.57%82.75%-
XYZ14.298.4162.5-
YUV71.53206.71106.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 60 (23.83% from 255) = 19.23%
BLUE value IS 211 (82.81% from 255) = 67.63%
R=13.14%
G=19.23%
B=67.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal41602110.810.7200.17233.2967.4649.41
Hex293CD35148011e94331
Octal517432312111002135110361
Binary1010011111001101001110100011001000010001111010011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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