Html Css Color HEX #293FA9 Persian Blue

📋 copy color: '#293FA9'

red 41 ◦ green 63 ◦ blue 169

#293FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #293FA9

Tints of Persian Blue #293FA9

RGB

 RED value IS 41 (16.41% from 255) = 15.02%

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 169 (66.41% from 255) = 61.9%

R = 15.02%
G = 23.08%
B = 61.9%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#293FA9 (or 0x293FA9) is known color: Persian Blue. HEX triplet: 29, 3F and A9. RGB value is (41,63,169). Sum of RGB (Red+Green+Blue) = 41+63+169=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #293FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA9 is #D6C056. Grayscale: #444444. Windows color (decimal): -14073943 or 11091753. OLE color: 11091753.

HSL color Cylindrical-coordinate representation of color #293FA9: hue angle of 229.69º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293FA9 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 63 169 -
CMYK 0.76 0.63 0 0.34
HSL 229.69º 0.61% 0.41% -
HSV(B) 229.69º 0.76% 0.66% -
XYZ 9.85 6.89 38.35 -
YUV 68.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 41 63 169 0.76 0.63 0 0.34 229.69 0.61 0.41
Hex 29 3F A9 4C 3F 0 22 E6 3D 29
Octal 51 77 251 114 77 0 42 346 75 51
Binary 101001 111111 10101001 1001100 111111 0 100010 11100110 111101 101001

Color Harmonies of #293FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FA9

Black with #293FA9

Text Example


Text Example

White with #293FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,63,169); }

 H1.HeaderClassName
 {
   color: #293FA9;
 }
 .AnyTagClassName
 {
   color: #293FA9;
 }
</style>

background-color css

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

 a { background-color: rgb(41,63,169); }

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

border-color css

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

 span { border-color: rgb(41,63,169); }

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