Html Css Color HEX #293BAE Persian Blue

📋 copy color: '#293BAE'

red 41 ◦ green 59 ◦ blue 174

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

Shades of Persian Blue #293BAE

Tints of Persian Blue #293BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

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

R = 14.96%
G = 21.53%
B = 63.5%

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

#293BAE (or 0x293BAE) is known color: Persian Blue. HEX triplet: 29, 3B and AE. RGB value is (41,59,174). Sum of RGB (Red+Green+Blue) = 41+59+174=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #293BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BAE is #D6C451. Grayscale: #424242. Windows color (decimal): -14074962 or 11418409. OLE color: 11418409.

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

Color convert

RGB 41 59 174 -
CMYK 0.76 0.66 0 0.32
HSL 231.88º 0.62% 0.42% -
HSV(B) 231.88º 0.76% 0.68% -
XYZ 10.12 6.66 40.8 -
YUV 66.73 188.54 109.65 -
System Red Green Blue C M Y K H S L
Decimal 41 59 174 0.76 0.66 0 0.32 231.88 0.62 0.42
Hex 29 3B AE 4C 42 0 20 E8 3E 2A
Octal 51 73 256 114 102 0 40 350 76 52
Binary 101001 111011 10101110 1001100 1000010 0 100000 11101000 111110 101010

Color Harmonies of #293BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BAE

Black with #293BAE

Text Example


Text Example

White with #293BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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