Html Css Color HEX #292BCD Persian Blue

📋 copy color: '#292BCD'

red 41 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #292BCD

Tints of Persian Blue #292BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.88%

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

R = 14.19%
G = 14.88%
B = 70.93%

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

#292BCD (or 0x292BCD) is known color: Persian Blue. HEX triplet: 29, 2B and CD. RGB value is (41,43,205). Sum of RGB (Red+Green+Blue) = 41+43+205=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #292BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BCD is #D6D432. Grayscale: #3C3C3C. Windows color (decimal): -14079027 or 13445929. OLE color: 13445929.

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

Color convert

RGB 41 43 205 -
CMYK 0.8 0.79 0 0.20
HSL 239.27º 0.67% 0.48% -
HSV(B) 239.27º 0.8% 0.8% -
XYZ 12.8 6.61 58.36 -
YUV 60.87 209.34 113.83 -
System Red Green Blue C M Y K H S L
Decimal 41 43 205 0.8 0.79 0 0.20 239.27 0.67 0.48
Hex 29 2B CD 50 4F 0 14 EF 43 30
Octal 51 53 315 120 117 0 24 357 103 60
Binary 101001 101011 11001101 1010000 1001111 0 10100 11101111 1000011 110000

Color Harmonies of #292BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BCD

Black with #292BCD

Text Example


Text Example

White with #292BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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