Html Css Color HEX #292CBA Persian Blue

📋 copy color: '#292CBA'

red 41 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #292CBA

Tints of Persian Blue #292CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.63%

R = 15.13%
G = 16.24%
B = 68.63%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#292CBA (or 0x292CBA) is known color: Persian Blue. HEX triplet: 29, 2C and BA. RGB value is (41,44,186). Sum of RGB (Red+Green+Blue) = 41+44+186=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #292CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CBA is #D6D345. Grayscale: #3A3A3A. Windows color (decimal): -14078790 or 12201001. OLE color: 12201001.

HSL color Cylindrical-coordinate representation of color #292CBA: hue angle of 238.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292CBA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 44 186 -
CMYK 0.78 0.76 0 0.27
HSL 238.76º 0.64% 0.45% -
HSV(B) 238.76º 0.78% 0.73% -
XYZ 10.68 5.82 47.01 -
YUV 59.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 41 44 186 0.78 0.76 0 0.27 238.76 0.64 0.45
Hex 29 2C BA 4E 4C 0 1B EF 40 2D
Octal 51 54 272 116 114 0 33 357 100 55
Binary 101001 101100 10111010 1001110 1001100 0 11011 11101111 1000000 101101

Color Harmonies of #292CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CBA

Black with #292CBA

Text Example


Text Example

White with #292CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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