Html Css Color HEX #292CAA Persian Blue

📋 copy color: '#292CAA'

red 41 ◦ green 44 ◦ blue 170

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

Shades of Persian Blue #292CAA

Tints of Persian Blue #292CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 16.08%
G = 17.25%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#292CAA (or 0x292CAA) is known color: Persian Blue. HEX triplet: 29, 2C and AA. RGB value is (41,44,170). Sum of RGB (Red+Green+Blue) = 41+44+170=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #292CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292CAA is #D6D355. Grayscale: #383838. Windows color (decimal): -14078806 or 11152425. OLE color: 11152425.

HSL color Cylindrical-coordinate representation of color #292CAA: hue angle of 238.6º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292CAA is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 44 170 -
CMYK 0.76 0.74 0 0.33
HSL 238.6º 0.61% 0.41% -
HSV(B) 238.6º 0.76% 0.67% -
XYZ 9.07 5.18 38.55 -
YUV 57.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 41 44 170 0.76 0.74 0 0.33 238.6 0.61 0.41
Hex 29 2C AA 4C 4A 0 21 EF 3D 29
Octal 51 54 252 114 112 0 41 357 75 51
Binary 101001 101100 10101010 1001100 1001010 0 100001 11101111 111101 101001

Color Harmonies of #292CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CAA

Black with #292CAA

Text Example


Text Example

White with #292CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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