Html Css Color HEX #292EAB Persian Blue

📋 copy color: '#292EAB'

red 41 ◦ green 46 ◦ blue 171

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

Shades of Persian Blue #292EAB

Tints of Persian Blue #292EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

 BLUE value IS 171 (67.19% from 255) = 66.28%

R = 15.89%
G = 17.83%
B = 66.28%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#292EAB (or 0x292EAB) is known color: Persian Blue. HEX triplet: 29, 2E and AB. RGB value is (41,46,171). Sum of RGB (Red+Green+Blue) = 41+46+171=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #292EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292EAB is #D6D154. Grayscale: #3A3A3A. Windows color (decimal): -14078293 or 11218473. OLE color: 11218473.

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

Color convert

RGB 41 46 171 -
CMYK 0.76 0.73 0 0.33
HSL 237.69º 0.61% 0.42% -
HSV(B) 237.69º 0.76% 0.67% -
XYZ 9.24 5.37 39.08 -
YUV 58.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 41 46 171 0.76 0.73 0 0.33 237.69 0.61 0.42
Hex 29 2E AB 4C 49 0 21 EE 3D 2A
Octal 51 56 253 114 111 0 41 356 75 52
Binary 101001 101110 10101011 1001100 1001001 0 100001 11101110 111101 101010

Color Harmonies of #292EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292EAB

Black with #292EAB

Text Example


Text Example

White with #292EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,46,171); }

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

background-color css

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

 a { background-color: rgb(41,46,171); }

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

border-color css

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

 span { border-color: rgb(41,46,171); }

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