Html Css Color HEX #292ECE Persian Blue

📋 copy color: '#292ECE'

red 41 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #292ECE

Tints of Persian Blue #292ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 13.99%
G = 15.7%
B = 70.31%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#292ECE (or 0x292ECE) is known color: Persian Blue. HEX triplet: 29, 2E and CE. RGB value is (41,46,206). Sum of RGB (Red+Green+Blue) = 41+46+206=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #292ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ECE is #D6D131. Grayscale: #3E3E3E. Windows color (decimal): -14078258 or 13512233. OLE color: 13512233.

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

Color convert

RGB 41 46 206 -
CMYK 0.80 0.78 0 0.19
HSL 238.18º 0.67% 0.48% -
HSV(B) 238.18º 0.8% 0.81% -
XYZ 13.03 6.88 59.03 -
YUV 62.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 41 46 206 0.80 0.78 0 0.19 238.18 0.67 0.48
Hex 29 2E CE 50 4E 0 13 EE 43 30
Octal 51 56 316 120 116 0 23 356 103 60
Binary 101001 101110 11001110 1010000 1001110 0 10011 11101110 1000011 110000

Color Harmonies of #292ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ECE

Black with #292ECE

Text Example


Text Example

White with #292ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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