Html Css Color HEX #293AAD Persian Blue

📋 copy color: '#293AAD'

red 41 ◦ green 58 ◦ blue 173

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

Shades of Persian Blue #293AAD

Tints of Persian Blue #293AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.32%

 BLUE value IS 173 (67.97% from 255) = 63.6%

R = 15.07%
G = 21.32%
B = 63.6%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#293AAD (or 0x293AAD) is known color: Persian Blue. HEX triplet: 29, 3A and AD. RGB value is (41,58,173). Sum of RGB (Red+Green+Blue) = 41+58+173=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #293AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AAD is #D6C552. Grayscale: #414141. Windows color (decimal): -14075219 or 11352617. OLE color: 11352617.

HSL color Cylindrical-coordinate representation of color #293AAD: hue angle of 232.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293AAD is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 58 173 -
CMYK 0.76 0.66 0 0.32
HSL 232.27º 0.62% 0.42% -
HSV(B) 232.27º 0.76% 0.68% -
XYZ 9.97 6.51 40.27 -
YUV 66.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 41 58 173 0.76 0.66 0 0.32 232.27 0.62 0.42
Hex 29 3A AD 4C 42 0 20 E8 3E 2A
Octal 51 72 255 114 102 0 40 350 76 52
Binary 101001 111010 10101101 1001100 1000010 0 100000 11101000 111110 101010

Color Harmonies of #293AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AAD

Black with #293AAD

Text Example


Text Example

White with #293AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,173); }

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

background-color css

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

 a { background-color: rgb(41,58,173); }

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

border-color css

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

 span { border-color: rgb(41,58,173); }

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