Html Css Color HEX #292EDC Persian Blue

📋 copy color: '#292EDC'

red 41 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #292EDC

Tints of Persian Blue #292EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.66%

R = 13.36%
G = 14.98%
B = 71.66%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#292EDC (or 0x292EDC) is known color: Persian Blue. HEX triplet: 29, 2E and DC. RGB value is (41,46,220). Sum of RGB (Red+Green+Blue) = 41+46+220=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #292EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292EDC is #D6D123. Grayscale: #3F3F3F. Windows color (decimal): -14078244 or 14429737. OLE color: 14429737.

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

Color convert

RGB 41 46 220 -
CMYK 0.81 0.79 0 0.14
HSL 238.32º 0.72% 0.51% -
HSV(B) 238.32º 0.81% 0.86% -
XYZ 14.81 7.59 68.4 -
YUV 64.34 215.84 111.35 -
System Red Green Blue C M Y K H S L
Decimal 41 46 220 0.81 0.79 0 0.14 238.32 0.72 0.51
Hex 29 2E DC 51 4F 0 E EE 48 33
Octal 51 56 334 121 117 0 16 356 110 63
Binary 101001 101110 11011100 1010001 1001111 0 1110 11101110 1001000 110011

Color Harmonies of #292EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292EDC

Black with #292EDC

Text Example


Text Example

White with #292EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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