Html Css Color HEX #293BAA Persian Blue

📋 copy color: '#293BAA'

red 41 ◦ green 59 ◦ blue 170

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

Shades of Persian Blue #293BAA

Tints of Persian Blue #293BAA

RGB

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

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

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

R = 15.19%
G = 21.85%
B = 62.96%

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

#293BAA (or 0x293BAA) is known color: Persian Blue. HEX triplet: 29, 3B and AA. RGB value is (41,59,170). Sum of RGB (Red+Green+Blue) = 41+59+170=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #293BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BAA is #D6C455. Grayscale: #414141. Windows color (decimal): -14074966 or 11156265. OLE color: 11156265.

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

Color convert

RGB 41 59 170 -
CMYK 0.76 0.65 0 0.33
HSL 231.63º 0.61% 0.41% -
HSV(B) 231.63º 0.76% 0.67% -
XYZ 9.73 6.5 38.77 -
YUV 66.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 41 59 170 0.76 0.65 0 0.33 231.63 0.61 0.41
Hex 29 3B AA 4C 41 0 21 E8 3D 29
Octal 51 73 252 114 101 0 41 350 75 51
Binary 101001 111011 10101010 1001100 1000001 0 100001 11101000 111101 101001

Color Harmonies of #293BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BAA

Black with #293BAA

Text Example


Text Example

White with #293BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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