Html Css Color HEX #293EAE Persian Blue

📋 copy color: '#293EAE'

red 41 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #293EAE

Tints of Persian Blue #293EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

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

R = 14.8%
G = 22.38%
B = 62.82%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#293EAE (or 0x293EAE) is known color: Persian Blue. HEX triplet: 29, 3E and AE. RGB value is (41,62,174). Sum of RGB (Red+Green+Blue) = 41+62+174=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #293EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293EAE is #D6C151. Grayscale: #444444. Windows color (decimal): -14074194 or 11419177. OLE color: 11419177.

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

Color convert

RGB 41 62 174 -
CMYK 0.76 0.64 0 0.32
HSL 230.53º 0.62% 0.42% -
HSV(B) 230.53º 0.76% 0.68% -
XYZ 10.28 6.97 40.85 -
YUV 68.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 41 62 174 0.76 0.64 0 0.32 230.53 0.62 0.42
Hex 29 3E AE 4C 40 0 20 E7 3E 2A
Octal 51 76 256 114 100 0 40 347 76 52
Binary 101001 111110 10101110 1001100 1000000 0 100000 11100111 111110 101010

Color Harmonies of #293EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EAE

Black with #293EAE

Text Example


Text Example

White with #293EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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