Html Css Color HEX #293EDD Persian Blue

📋 copy color: '#293EDD'

red 41 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #293EDD

Tints of Persian Blue #293EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 12.65%
G = 19.14%
B = 68.21%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#293EDD (or 0x293EDD) is known color: Persian Blue. HEX triplet: 29, 3E and DD. RGB value is (41,62,221). Sum of RGB (Red+Green+Blue) = 41+62+221=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #293EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EDD is #D6C122. Grayscale: #494949. Windows color (decimal): -14074147 or 14499369. OLE color: 14499369.

HSL color Cylindrical-coordinate representation of color #293EDD: hue angle of 233º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293EDD is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 62 221 -
CMYK 0.81 0.72 0 0.13
HSL 233º 0.73% 0.51% -
HSV(B) 233º 0.81% 0.87% -
XYZ 15.69 9.14 69.34 -
YUV 73.85 211.04 104.57 -
System Red Green Blue C M Y K H S L
Decimal 41 62 221 0.81 0.72 0 0.13 233 0.73 0.51
Hex 29 3E DD 51 48 0 D E9 49 33
Octal 51 76 335 121 110 0 15 351 111 63
Binary 101001 111110 11011101 1010001 1001000 0 1101 11101001 1001001 110011

Color Harmonies of #293EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EDD

Black with #293EDD

Text Example


Text Example

White with #293EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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