Html Css Color HEX #293BAD Persian Blue

📋 copy color: '#293BAD'

red 41 ◦ green 59 ◦ blue 173

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

Shades of Persian Blue #293BAD

Tints of Persian Blue #293BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 63.37%

R = 15.02%
G = 21.61%
B = 63.37%

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

#293BAD (or 0x293BAD) is known color: Persian Blue. HEX triplet: 29, 3B and AD. RGB value is (41,59,173). Sum of RGB (Red+Green+Blue) = 41+59+173=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #293BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BAD is #D6C452. Grayscale: #424242. Windows color (decimal): -14074963 or 11352873. OLE color: 11352873.

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

Color convert

RGB 41 59 173 -
CMYK 0.76 0.66 0 0.32
HSL 231.82º 0.62% 0.42% -
HSV(B) 231.82º 0.76% 0.68% -
XYZ 10.02 6.62 40.28 -
YUV 66.61 188.04 109.73 -
System Red Green Blue C M Y K H S L
Decimal 41 59 173 0.76 0.66 0 0.32 231.82 0.62 0.42
Hex 29 3B AD 4C 42 0 20 E8 3E 2A
Octal 51 73 255 114 102 0 40 350 76 52
Binary 101001 111011 10101101 1001100 1000010 0 100000 11101000 111110 101010

Color Harmonies of #293BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BAD

Black with #293BAD

Text Example


Text Example

White with #293BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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