Html Css Color HEX #292EDD Persian Blue

📋 copy color: '#292EDD'

red 41 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #292EDD

Tints of Persian Blue #292EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.75%

R = 13.31%
G = 14.94%
B = 71.75%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#292EDD (or 0x292EDD) is known color: Persian Blue. HEX triplet: 29, 2E and DD. RGB value is (41,46,221). Sum of RGB (Red+Green+Blue) = 41+46+221=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #292EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292EDD is #D6D122. Grayscale: #3F3F3F. Windows color (decimal): -14078243 or 14495273. OLE color: 14495273.

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

Color convert

RGB 41 46 221 -
CMYK 0.81 0.79 0 0.13
HSL 238.33º 0.73% 0.51% -
HSV(B) 238.33º 0.81% 0.87% -
XYZ 14.94 7.65 69.09 -
YUV 64.46 216.34 111.27 -
System Red Green Blue C M Y K H S L
Decimal 41 46 221 0.81 0.79 0 0.13 238.33 0.73 0.51
Hex 29 2E DD 51 4F 0 D EE 49 33
Octal 51 56 335 121 117 0 15 356 111 63
Binary 101001 101110 11011101 1010001 1001111 0 1101 11101110 1001001 110011

Color Harmonies of #292EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292EDD

Black with #292EDD

Text Example


Text Example

White with #292EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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