Html Css Color HEX #292CCC Persian Blue

📋 copy color: '#292CCC'

red 41 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #292CCC

Tints of Persian Blue #292CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 14.19%
G = 15.22%
B = 70.59%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#292CCC (or 0x292CCC) is known color: Persian Blue. HEX triplet: 29, 2C and CC. RGB value is (41,44,204). Sum of RGB (Red+Green+Blue) = 41+44+204=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #292CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CCC is #D6D333. Grayscale: #3C3C3C. Windows color (decimal): -14078772 or 13380649. OLE color: 13380649.

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

Color convert

RGB 41 44 204 -
CMYK 0.80 0.78 0 0.2
HSL 238.9º 0.67% 0.48% -
HSV(B) 238.9º 0.8% 0.8% -
XYZ 12.71 6.63 57.74 -
YUV 61.34 208.51 113.49 -
System Red Green Blue C M Y K H S L
Decimal 41 44 204 0.80 0.78 0 0.2 238.9 0.67 0.48
Hex 29 2C CC 50 4E 0 14 EF 43 30
Octal 51 54 314 120 116 0 24 357 103 60
Binary 101001 101100 11001100 1010000 1001110 0 10100 11101111 1000011 110000

Color Harmonies of #292CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CCC

Black with #292CCC

Text Example


Text Example

White with #292CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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