Html Css Color HEX #292ED8 Persian Blue

📋 copy color: '#292ED8'

red 41 ◦ green 46 ◦ blue 216

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

Shades of Persian Blue #292ED8

Tints of Persian Blue #292ED8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

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

R = 13.53%
G = 15.18%
B = 71.29%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#292ED8 (or 0x292ED8) is known color: Persian Blue. HEX triplet: 29, 2E and D8. RGB value is (41,46,216). Sum of RGB (Red+Green+Blue) = 41+46+216=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 216 (84.77% from 255 or 71.29% from 303); Max value from RGB is 216 - color contains mainly: blue. Hex color #292ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ED8 is #D6D127. Grayscale: #3F3F3F. Windows color (decimal): -14078248 or 14167593. OLE color: 14167593.

HSL color Cylindrical-coordinate representation of color #292ED8: hue angle of 238.29º 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 #292ED8 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 46 216 -
CMYK 0.81 0.79 0 0.15
HSL 238.29º 0.69% 0.5% -
HSV(B) 238.29º 0.81% 0.85% -
XYZ 14.29 7.38 65.64 -
YUV 63.89 213.84 111.68 -
System Red Green Blue C M Y K H S L
Decimal 41 46 216 0.81 0.79 0 0.15 238.29 0.69 0.5
Hex 29 2E D8 51 4F 0 F EE 45 32
Octal 51 56 330 121 117 0 17 356 105 62
Binary 101001 101110 11011000 1010001 1001111 0 1111 11101110 1000101 110010

Color Harmonies of #292ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ED8

Black with #292ED8

Text Example


Text Example

White with #292ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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