Html Css Color HEX #293EE5 Persian Blue

📋 copy color: '#293EE5'

red 41 ◦ green 62 ◦ blue 229

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

Shades of Persian Blue #293EE5

Tints of Persian Blue #293EE5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 12.35%
G = 18.67%
B = 68.98%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#293EE5 (or 0x293EE5) is known color: Persian Blue. HEX triplet: 29, 3E and E5. RGB value is (41,62,229). Sum of RGB (Red+Green+Blue) = 41+62+229=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #293EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EE5 is #D6C11A. Grayscale: #4A4A4A. Windows color (decimal): -14074139 or 15023657. OLE color: 15023657.

HSL color Cylindrical-coordinate representation of color #293EE5: hue angle of 233.3º 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 #293EE5 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 62 229 -
CMYK 0.82 0.73 0 0.10
HSL 233.3º 0.78% 0.53% -
HSV(B) 233.3º 0.82% 0.9% -
XYZ 16.78 9.57 75.09 -
YUV 74.76 215.04 103.92 -
System Red Green Blue C M Y K H S L
Decimal 41 62 229 0.82 0.73 0 0.10 233.3 0.78 0.53
Hex 29 3E E5 52 49 0 A E9 4E 35
Octal 51 76 345 122 111 0 12 351 116 65
Binary 101001 111110 11100101 1010010 1001001 0 1010 11101001 1001110 110101

Color Harmonies of #293EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EE5

Black with #293EE5

Text Example


Text Example

White with #293EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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