Html Css Color HEX #293AA8 Persian Blue

📋 copy color: '#293AA8'

red 41 ◦ green 58 ◦ blue 168

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

Shades of Persian Blue #293AA8

Tints of Persian Blue #293AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 62.92%

R = 15.36%
G = 21.72%
B = 62.92%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#293AA8 (or 0x293AA8) is known color: Persian Blue. HEX triplet: 29, 3A and A8. RGB value is (41,58,168). Sum of RGB (Red+Green+Blue) = 41+58+168=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 168 (66.02% from 255 or 62.92% from 267); Max value from RGB is 168 - color contains mainly: blue. Hex color #293AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AA8 is #D6C557. Grayscale: #414141. Windows color (decimal): -14075224 or 11024937. OLE color: 11024937.

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

Color convert

RGB 41 58 168 -
CMYK 0.76 0.65 0 0.34
HSL 231.97º 0.61% 0.41% -
HSV(B) 231.97º 0.76% 0.66% -
XYZ 9.5 6.32 37.77 -
YUV 65.46 185.87 110.56 -
System Red Green Blue C M Y K H S L
Decimal 41 58 168 0.76 0.65 0 0.34 231.97 0.61 0.41
Hex 29 3A A8 4C 41 0 22 E8 3D 29
Octal 51 72 250 114 101 0 42 350 75 51
Binary 101001 111010 10101000 1001100 1000001 0 100010 11101000 111101 101001

Color Harmonies of #293AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AA8

Black with #293AA8

Text Example


Text Example

White with #293AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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