Html Css Color HEX #293ED1 Persian Blue

📋 copy color: '#293ED1'

red 41 ◦ green 62 ◦ blue 209

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

Shades of Persian Blue #293ED1

Tints of Persian Blue #293ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 66.99%

R = 13.14%
G = 19.87%
B = 66.99%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#293ED1 (or 0x293ED1) is known color: Persian Blue. HEX triplet: 29, 3E and D1. RGB value is (41,62,209). Sum of RGB (Red+Green+Blue) = 41+62+209=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 209 (82.03% from 255 or 66.99% from 312); Max value from RGB is 209 - color contains mainly: blue. Hex color #293ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ED1 is #D6C12E. Grayscale: #474747. Windows color (decimal): -14074159 or 13712937. OLE color: 13712937.

HSL color Cylindrical-coordinate representation of color #293ED1: hue angle of 232.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293ED1 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 62 209 -
CMYK 0.80 0.70 0 0.18
HSL 232.5º 0.67% 0.49% -
HSV(B) 232.5º 0.8% 0.82% -
XYZ 14.15 8.52 61.22 -
YUV 72.48 205.04 105.55 -
System Red Green Blue C M Y K H S L
Decimal 41 62 209 0.80 0.70 0 0.18 232.5 0.67 0.49
Hex 29 3E D1 50 46 0 12 E8 43 31
Octal 51 76 321 120 106 0 22 350 103 61
Binary 101001 111110 11010001 1010000 1000110 0 10010 11101000 1000011 110001

Color Harmonies of #293ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ED1

Black with #293ED1

Text Example


Text Example

White with #293ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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