Html Css Color HEX #293DAD Persian Blue

📋 copy color: '#293DAD'

red 41 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #293DAD

Tints of Persian Blue #293DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 14.91%
G = 22.18%
B = 62.91%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#293DAD (or 0x293DAD) is known color: Persian Blue. HEX triplet: 29, 3D and AD. RGB value is (41,61,173). Sum of RGB (Red+Green+Blue) = 41+61+173=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #293DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DAD is #D6C252. Grayscale: #434343. Windows color (decimal): -14074451 or 11353385. OLE color: 11353385.

HSL color Cylindrical-coordinate representation of color #293DAD: hue angle of 230.91º 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 #293DAD is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 61 173 -
CMYK 0.76 0.65 0 0.32
HSL 230.91º 0.62% 0.42% -
HSV(B) 230.91º 0.76% 0.68% -
XYZ 10.13 6.83 40.32 -
YUV 67.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 41 61 173 0.76 0.65 0 0.32 230.91 0.62 0.42
Hex 29 3D AD 4C 41 0 20 E7 3E 2A
Octal 51 75 255 114 101 0 40 347 76 52
Binary 101001 111101 10101101 1001100 1000001 0 100000 11100111 111110 101010

Color Harmonies of #293DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DAD

Black with #293DAD

Text Example


Text Example

White with #293DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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