Html Css Color HEX #293CAE Persian Blue

📋 copy color: '#293CAE'

red 41 ◦ green 60 ◦ blue 174

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

Shades of Persian Blue #293CAE

Tints of Persian Blue #293CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 14.91%
G = 21.82%
B = 63.27%

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

#293CAE (or 0x293CAE) is known color: Persian Blue. HEX triplet: 29, 3C and AE. RGB value is (41,60,174). Sum of RGB (Red+Green+Blue) = 41+60+174=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #293CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CAE is #D6C351. Grayscale: #424242. Windows color (decimal): -14074706 or 11418665. OLE color: 11418665.

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

Color convert

RGB 41 60 174 -
CMYK 0.76 0.66 0 0.32
HSL 231.43º 0.62% 0.42% -
HSV(B) 231.43º 0.76% 0.68% -
XYZ 10.17 6.76 40.81 -
YUV 67.32 188.21 109.23 -
System Red Green Blue C M Y K H S L
Decimal 41 60 174 0.76 0.66 0 0.32 231.43 0.62 0.42
Hex 29 3C AE 4C 42 0 20 E7 3E 2A
Octal 51 74 256 114 102 0 40 347 76 52
Binary 101001 111100 10101110 1001100 1000010 0 100000 11100111 111110 101010

Color Harmonies of #293CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CAE

Black with #293CAE

Text Example


Text Example

White with #293CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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