Html Css Color HEX #293DE0 Persian Blue

📋 copy color: '#293DE0'

red 41 ◦ green 61 ◦ blue 224

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

Shades of Persian Blue #293DE0

Tints of Persian Blue #293DE0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

 BLUE value IS 224 (87.89% from 255) = 68.71%

R = 12.58%
G = 18.71%
B = 68.71%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#293DE0 (or 0x293DE0) is known color: Persian Blue. HEX triplet: 29, 3D and E0. RGB value is (41,61,224). Sum of RGB (Red+Green+Blue) = 41+61+224=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #293DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DE0 is #D6C21F. Grayscale: #484848. Windows color (decimal): -14074400 or 14695721. OLE color: 14695721.

HSL color Cylindrical-coordinate representation of color #293DE0: hue angle of 233.44º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293DE0 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 61 224 -
CMYK 0.82 0.73 0 0.12
HSL 233.44º 0.75% 0.52% -
HSV(B) 233.44º 0.82% 0.88% -
XYZ 16.04 9.19 71.45 -
YUV 73.6 212.87 104.75 -
System Red Green Blue C M Y K H S L
Decimal 41 61 224 0.82 0.73 0 0.12 233.44 0.75 0.52
Hex 29 3D E0 52 49 0 C E9 4B 34
Octal 51 75 340 122 111 0 14 351 113 64
Binary 101001 111101 11100000 1010010 1001001 0 1100 11101001 1001011 110100

Color Harmonies of #293DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DE0

Black with #293DE0

Text Example


Text Example

White with #293DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,224); }

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

background-color css

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

 a { background-color: rgb(41,61,224); }

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

border-color css

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

 span { border-color: rgb(41,61,224); }

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