Html Css Color HEX #293AE5 Persian Blue

📋 copy color: '#293AE5'

red 41 ◦ green 58 ◦ blue 229

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

Shades of Persian Blue #293AE5

Tints of Persian Blue #293AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 69.82%

R = 12.5%
G = 17.68%
B = 69.82%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#293AE5 (or 0x293AE5) is known color: Persian Blue. HEX triplet: 29, 3A and E5. RGB value is (41,58,229). Sum of RGB (Red+Green+Blue) = 41+58+229=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #293AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293AE5 is #D6C51A. Grayscale: #474747. Windows color (decimal): -14075163 or 15022633. OLE color: 15022633.

HSL color Cylindrical-coordinate representation of color #293AE5: hue angle of 234.57º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293AE5 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 58 229 -
CMYK 0.82 0.75 0 0.10
HSL 234.57º 0.78% 0.53% -
HSV(B) 234.57º 0.82% 0.9% -
XYZ 16.57 9.15 75.02 -
YUV 72.41 216.37 105.6 -
System Red Green Blue C M Y K H S L
Decimal 41 58 229 0.82 0.75 0 0.10 234.57 0.78 0.53
Hex 29 3A E5 52 4B 0 A EB 4E 35
Octal 51 72 345 122 113 0 12 353 116 65
Binary 101001 111010 11100101 1010010 1001011 0 1010 11101011 1001110 110101

Color Harmonies of #293AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AE5

Black with #293AE5

Text Example


Text Example

White with #293AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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