Html Css Color HEX #293FAE Persian Blue

📋 copy color: '#293FAE'

red 41 ◦ green 63 ◦ blue 174

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

Shades of Persian Blue #293FAE

Tints of Persian Blue #293FAE

RGB

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

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

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

R = 14.75%
G = 22.66%
B = 62.59%

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

#293FAE (or 0x293FAE) is known color: Persian Blue. HEX triplet: 29, 3F and AE. RGB value is (41,63,174). Sum of RGB (Red+Green+Blue) = 41+63+174=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #293FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FAE is #D6C051. Grayscale: #444444. Windows color (decimal): -14073938 or 11419433. OLE color: 11419433.

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

Color convert

RGB 41 63 174 -
CMYK 0.76 0.64 0 0.32
HSL 230.08º 0.62% 0.42% -
HSV(B) 230.08º 0.76% 0.68% -
XYZ 10.33 7.08 40.87 -
YUV 69.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 41 63 174 0.76 0.64 0 0.32 230.08 0.62 0.42
Hex 29 3F AE 4C 40 0 20 E6 3E 2A
Octal 51 77 256 114 100 0 40 346 76 52
Binary 101001 111111 10101110 1001100 1000000 0 100000 11100110 111110 101010

Color Harmonies of #293FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FAE

Black with #293FAE

Text Example


Text Example

White with #293FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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