Html Css Color HEX #293ED8 Persian Blue

📋 copy color: '#293ED8'

red 41 ◦ green 62 ◦ blue 216

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

Shades of Persian Blue #293ED8

Tints of Persian Blue #293ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 67.71%

R = 12.85%
G = 19.44%
B = 67.71%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#293ED8 (or 0x293ED8) is known color: Persian Blue. HEX triplet: 29, 3E and D8. RGB value is (41,62,216). Sum of RGB (Red+Green+Blue) = 41+62+216=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #293ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ED8 is #D6C127. Grayscale: #484848. Windows color (decimal): -14074152 or 14171689. OLE color: 14171689.

HSL color Cylindrical-coordinate representation of color #293ED8: hue angle of 232.8º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293ED8 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 62 216 -
CMYK 0.81 0.71 0 0.15
HSL 232.8º 0.69% 0.5% -
HSV(B) 232.8º 0.81% 0.85% -
XYZ 15.03 8.87 65.89 -
YUV 73.28 208.54 104.98 -
System Red Green Blue C M Y K H S L
Decimal 41 62 216 0.81 0.71 0 0.15 232.8 0.69 0.5
Hex 29 3E D8 51 47 0 F E9 45 32
Octal 51 76 330 121 107 0 17 351 105 62
Binary 101001 111110 11011000 1010001 1000111 0 1111 11101001 1000101 110010

Color Harmonies of #293ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ED8

Black with #293ED8

Text Example


Text Example

White with #293ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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