Html Css Color HEX #292ECD Persian Blue

📋 copy color: '#292ECD'

red 41 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #292ECD

Tints of Persian Blue #292ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 14.04%
G = 15.75%
B = 70.21%

CMYK

 C value IS 0.8

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#292ECD (or 0x292ECD) is known color: Persian Blue. HEX triplet: 29, 2E and CD. RGB value is (41,46,205). Sum of RGB (Red+Green+Blue) = 41+46+205=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #292ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ECD is #D6D132. Grayscale: #3D3D3D. Windows color (decimal): -14078259 or 13446697. OLE color: 13446697.

HSL color Cylindrical-coordinate representation of color #292ECD: hue angle of 238.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292ECD is Cyan = 0.8, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 46 205 -
CMYK 0.8 0.78 0 0.20
HSL 238.17º 0.67% 0.48% -
HSV(B) 238.17º 0.8% 0.8% -
XYZ 12.91 6.83 58.4 -
YUV 62.63 208.34 112.57 -
System Red Green Blue C M Y K H S L
Decimal 41 46 205 0.8 0.78 0 0.20 238.17 0.67 0.48
Hex 29 2E CD 50 4E 0 14 EE 43 30
Octal 51 56 315 120 116 0 24 356 103 60
Binary 101001 101110 11001101 1010000 1001110 0 10100 11101110 1000011 110000

Color Harmonies of #292ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ECD

Black with #292ECD

Text Example


Text Example

White with #292ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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