Html Css Color HEX #292CCD Persian Blue

📋 copy color: '#292CCD'

red 41 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #292CCD

Tints of Persian Blue #292CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 14.14%
G = 15.17%
B = 70.69%

CMYK

 C value IS 0.8

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#292CCD (or 0x292CCD) is known color: Persian Blue. HEX triplet: 29, 2C and CD. RGB value is (41,44,205). Sum of RGB (Red+Green+Blue) = 41+44+205=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #292CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CCD is #D6D332. Grayscale: #3C3C3C. Windows color (decimal): -14078771 or 13446185. OLE color: 13446185.

HSL color Cylindrical-coordinate representation of color #292CCD: hue angle of 238.9º 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 #292CCD is Cyan = 0.8, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 44 205 -
CMYK 0.8 0.79 0 0.20
HSL 238.9º 0.67% 0.48% -
HSV(B) 238.9º 0.8% 0.8% -
XYZ 12.83 6.68 58.37 -
YUV 61.46 209.01 113.41 -
System Red Green Blue C M Y K H S L
Decimal 41 44 205 0.8 0.79 0 0.20 238.9 0.67 0.48
Hex 29 2C CD 50 4F 0 14 EF 43 30
Octal 51 54 315 120 117 0 24 357 103 60
Binary 101001 101100 11001101 1010000 1001111 0 10100 11101111 1000011 110000

Color Harmonies of #292CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CCD

Black with #292CCD

Text Example


Text Example

White with #292CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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