Html Css Color HEX #293AAE Persian Blue

📋 copy color: '#293AAE'

red 41 ◦ green 58 ◦ blue 174

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

Shades of Persian Blue #293AAE

Tints of Persian Blue #293AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 15.02%
G = 21.25%
B = 63.74%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#293AAE (or 0x293AAE) is known color: Persian Blue. HEX triplet: 29, 3A and AE. RGB value is (41,58,174). Sum of RGB (Red+Green+Blue) = 41+58+174=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #293AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AAE is #D6C551. Grayscale: #414141. Windows color (decimal): -14075218 or 11418153. OLE color: 11418153.

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

Color convert

RGB 41 58 174 -
CMYK 0.76 0.67 0 0.32
HSL 232.33º 0.62% 0.42% -
HSV(B) 232.33º 0.76% 0.68% -
XYZ 10.07 6.55 40.78 -
YUV 66.14 188.87 110.07 -
System Red Green Blue C M Y K H S L
Decimal 41 58 174 0.76 0.67 0 0.32 232.33 0.62 0.42
Hex 29 3A AE 4C 43 0 20 E8 3E 2A
Octal 51 72 256 114 103 0 40 350 76 52
Binary 101001 111010 10101110 1001100 1000011 0 100000 11101000 111110 101010

Color Harmonies of #293AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AAE

Black with #293AAE

Text Example


Text Example

White with #293AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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