Html Css Color HEX #293CAA Persian Blue

📋 copy color: '#293CAA'

red 41 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #293CAA

Tints of Persian Blue #293CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 15.13%
G = 22.14%
B = 62.73%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293CAA (or 0x293CAA) is known color: Persian Blue. HEX triplet: 29, 3C and AA. RGB value is (41,60,170). Sum of RGB (Red+Green+Blue) = 41+60+170=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #293CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CAA is #D6C355. Grayscale: #424242. Windows color (decimal): -14074710 or 11156521. OLE color: 11156521.

HSL color Cylindrical-coordinate representation of color #293CAA: hue angle of 231.16º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293CAA is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 60 170 -
CMYK 0.76 0.65 0 0.33
HSL 231.16º 0.61% 0.41% -
HSV(B) 231.16º 0.76% 0.67% -
XYZ 9.79 6.61 38.79 -
YUV 66.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 41 60 170 0.76 0.65 0 0.33 231.16 0.61 0.41
Hex 29 3C AA 4C 41 0 21 E7 3D 29
Octal 51 74 252 114 101 0 41 347 75 51
Binary 101001 111100 10101010 1001100 1000001 0 100001 11100111 111101 101001

Color Harmonies of #293CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CAA

Black with #293CAA

Text Example


Text Example

White with #293CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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