Html Css Color HEX #292DCE Persian Blue

📋 copy color: '#292DCE'

red 41 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #292DCE

Tints of Persian Blue #292DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 14.04%
G = 15.41%
B = 70.55%

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

#292DCE (or 0x292DCE) is known color: Persian Blue. HEX triplet: 29, 2D and CE. RGB value is (41,45,206). Sum of RGB (Red+Green+Blue) = 41+45+206=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #292DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DCE is #D6D231. Grayscale: #3D3D3D. Windows color (decimal): -14078514 or 13511977. OLE color: 13511977.

HSL color Cylindrical-coordinate representation of color #292DCE: hue angle of 238.55º 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 #292DCE is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 45 206 -
CMYK 0.80 0.78 0 0.19
HSL 238.55º 0.67% 0.48% -
HSV(B) 238.55º 0.8% 0.81% -
XYZ 12.99 6.8 59.02 -
YUV 62.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 41 45 206 0.80 0.78 0 0.19 238.55 0.67 0.48
Hex 29 2D CE 50 4E 0 13 EF 43 30
Octal 51 55 316 120 116 0 23 357 103 60
Binary 101001 101101 11001110 1010000 1001110 0 10011 11101111 1000011 110000

Color Harmonies of #292DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DCE

Black with #292DCE

Text Example


Text Example

White with #292DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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