Html Css Color HEX #293AAB Persian Blue

📋 copy color: '#293AAB'

red 41 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #293AAB

Tints of Persian Blue #293AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 15.19%
G = 21.48%
B = 63.33%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293AAB (or 0x293AAB) is known color: Persian Blue. HEX triplet: 29, 3A and AB. RGB value is (41,58,171). Sum of RGB (Red+Green+Blue) = 41+58+171=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #293AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AAB is #D6C554. Grayscale: #414141. Windows color (decimal): -14075221 or 11221545. OLE color: 11221545.

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

Color convert

RGB 41 58 171 -
CMYK 0.76 0.66 0 0.33
HSL 232.15º 0.61% 0.42% -
HSV(B) 232.15º 0.76% 0.67% -
XYZ 9.78 6.44 39.26 -
YUV 65.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 41 58 171 0.76 0.66 0 0.33 232.15 0.61 0.42
Hex 29 3A AB 4C 42 0 21 E8 3D 2A
Octal 51 72 253 114 102 0 41 350 75 52
Binary 101001 111010 10101011 1001100 1000010 0 100001 11101000 111101 101010

Color Harmonies of #293AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AAB

Black with #293AAB

Text Example


Text Example

White with #293AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,171); }

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

background-color css

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

 a { background-color: rgb(41,58,171); }

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

border-color css

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

 span { border-color: rgb(41,58,171); }

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