Html Css Color HEX #292EDE Persian Blue

📋 copy color: '#292EDE'

red 41 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #292EDE

Tints of Persian Blue #292EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.84%

R = 13.27%
G = 14.89%
B = 71.84%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#292EDE (or 0x292EDE) is known color: Persian Blue. HEX triplet: 29, 2E and DE. RGB value is (41,46,222). Sum of RGB (Red+Green+Blue) = 41+46+222=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #292EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292EDE is #D6D121. Grayscale: #3F3F3F. Windows color (decimal): -14078242 or 14560809. OLE color: 14560809.

HSL color Cylindrical-coordinate representation of color #292EDE: hue angle of 238.34º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292EDE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 46 222 -
CMYK 0.82 0.79 0 0.13
HSL 238.34º 0.73% 0.52% -
HSV(B) 238.34º 0.82% 0.87% -
XYZ 15.08 7.7 69.8 -
YUV 64.57 216.84 111.19 -
System Red Green Blue C M Y K H S L
Decimal 41 46 222 0.82 0.79 0 0.13 238.34 0.73 0.52
Hex 29 2E DE 52 4F 0 D EE 49 34
Octal 51 56 336 122 117 0 15 356 111 64
Binary 101001 101110 11011110 1010010 1001111 0 1101 11101110 1001001 110100

Color Harmonies of #292EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292EDE

Black with #292EDE

Text Example


Text Example

White with #292EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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