Html Css Color HEX #292DCA Persian Blue

📋 copy color: '#292DCA'

red 41 ◦ green 45 ◦ blue 202

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

Shades of Persian Blue #292DCA

Tints of Persian Blue #292DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 70.14%

R = 14.24%
G = 15.63%
B = 70.14%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#292DCA (or 0x292DCA) is known color: Persian Blue. HEX triplet: 29, 2D and CA. RGB value is (41,45,202). Sum of RGB (Red+Green+Blue) = 41+45+202=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 202 (79.30% from 255 or 70.14% from 288); Max value from RGB is 202 - color contains mainly: blue. Hex color #292DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DCA is #D6D235. Grayscale: #3D3D3D. Windows color (decimal): -14078518 or 13249833. OLE color: 13249833.

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

Color convert

RGB 41 45 202 -
CMYK 0.80 0.78 0 0.21
HSL 238.51º 0.66% 0.48% -
HSV(B) 238.51º 0.8% 0.79% -
XYZ 12.51 6.61 56.49 -
YUV 61.7 207.17 113.23 -
System Red Green Blue C M Y K H S L
Decimal 41 45 202 0.80 0.78 0 0.21 238.51 0.66 0.48
Hex 29 2D CA 50 4E 0 15 EF 42 30
Octal 51 55 312 120 116 0 25 357 102 60
Binary 101001 101101 11001010 1010000 1001110 0 10101 11101111 1000010 110000

Color Harmonies of #292DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DCA

Black with #292DCA

Text Example


Text Example

White with #292DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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