Html Css Color HEX #293BAB Persian Blue

📋 copy color: '#293BAB'

red 41 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #293BAB

Tints of Persian Blue #293BAB

RGB

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

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

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

R = 15.13%
G = 21.77%
B = 63.1%

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

#293BAB (or 0x293BAB) is known color: Persian Blue. HEX triplet: 29, 3B and AB. RGB value is (41,59,171). Sum of RGB (Red+Green+Blue) = 41+59+171=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #293BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BAB is #D6C454. Grayscale: #414141. Windows color (decimal): -14074965 or 11221801. OLE color: 11221801.

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

Color convert

RGB 41 59 171 -
CMYK 0.76 0.65 0 0.33
HSL 231.69º 0.61% 0.42% -
HSV(B) 231.69º 0.76% 0.67% -
XYZ 9.83 6.54 39.27 -
YUV 66.39 187.04 109.89 -
System Red Green Blue C M Y K H S L
Decimal 41 59 171 0.76 0.65 0 0.33 231.69 0.61 0.42
Hex 29 3B AB 4C 41 0 21 E8 3D 2A
Octal 51 73 253 114 101 0 41 350 75 52
Binary 101001 111011 10101011 1001100 1000001 0 100001 11101000 111101 101010

Color Harmonies of #293BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BAB

Black with #293BAB

Text Example


Text Example

White with #293BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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