Html Css Color HEX #293EE6 Persian Blue

📋 copy color: '#293EE6'

red 41 ◦ green 62 ◦ blue 230

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

Shades of Persian Blue #293EE6

Tints of Persian Blue #293EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.07%

R = 12.31%
G = 18.62%
B = 69.07%

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

#293EE6 (or 0x293EE6) is known color: Persian Blue. HEX triplet: 29, 3E and E6. RGB value is (41,62,230). Sum of RGB (Red+Green+Blue) = 41+62+230=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 230 (90.23% from 255 or 69.07% from 333); Max value from RGB is 230 - color contains mainly: blue. Hex color #293EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293EE6 is #D6C119. Grayscale: #4A4A4A. Windows color (decimal): -14074138 or 15089193. OLE color: 15089193.

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

Color convert

RGB 41 62 230 -
CMYK 0.82 0.73 0 0.10
HSL 233.33º 0.79% 0.53% -
HSV(B) 233.33º 0.82% 0.9% -
XYZ 16.92 9.63 75.83 -
YUV 74.87 215.54 103.84 -
System Red Green Blue C M Y K H S L
Decimal 41 62 230 0.82 0.73 0 0.10 233.33 0.79 0.53
Hex 29 3E E6 52 49 0 A E9 4F 35
Octal 51 76 346 122 111 0 12 351 117 65
Binary 101001 111110 11100110 1010010 1001001 0 1010 11101001 1001111 110101

Color Harmonies of #293EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EE6

Black with #293EE6

Text Example


Text Example

White with #293EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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