Html Css Color HEX #292EDF Persian Blue

📋 copy color: '#292EDF'

red 41 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #292EDF

Tints of Persian Blue #292EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 13.23%
G = 14.84%
B = 71.94%

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

#292EDF (or 0x292EDF) is known color: Persian Blue. HEX triplet: 29, 2E and DF. RGB value is (41,46,223). Sum of RGB (Red+Green+Blue) = 41+46+223=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #292EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292EDF is #D6D120. Grayscale: #3F3F3F. Windows color (decimal): -14078241 or 14626345. OLE color: 14626345.

HSL color Cylindrical-coordinate representation of color #292EDF: hue angle of 238.35º degrees, saturation: 0.74, 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 #292EDF is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 46 223 -
CMYK 0.82 0.79 0 0.13
HSL 238.35º 0.74% 0.52% -
HSV(B) 238.35º 0.82% 0.87% -
XYZ 15.21 7.75 70.51 -
YUV 64.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 41 46 223 0.82 0.79 0 0.13 238.35 0.74 0.52
Hex 29 2E DF 52 4F 0 D EE 4A 34
Octal 51 56 337 122 117 0 15 356 112 64
Binary 101001 101110 11011111 1010010 1001111 0 1101 11101110 1001010 110100

Color Harmonies of #292EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292EDF

Black with #292EDF

Text Example


Text Example

White with #292EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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