Html Css Color HEX #292CBB Persian Blue

📋 copy color: '#292CBB'

red 41 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #292CBB

Tints of Persian Blue #292CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.75%

R = 15.07%
G = 16.18%
B = 68.75%

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

#292CBB (or 0x292CBB) is known color: Persian Blue. HEX triplet: 29, 2C and BB. RGB value is (41,44,187). Sum of RGB (Red+Green+Blue) = 41+44+187=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #292CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CBB is #D6D344. Grayscale: #3A3A3A. Windows color (decimal): -14078789 or 12266537. OLE color: 12266537.

HSL color Cylindrical-coordinate representation of color #292CBB: hue angle of 238.77º 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 #292CBB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 44 187 -
CMYK 0.78 0.76 0 0.27
HSL 238.77º 0.64% 0.45% -
HSV(B) 238.77º 0.78% 0.73% -
XYZ 10.78 5.86 47.58 -
YUV 59.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 41 44 187 0.78 0.76 0 0.27 238.77 0.64 0.45
Hex 29 2C BB 4E 4C 0 1B EF 40 2D
Octal 51 54 273 116 114 0 33 357 100 55
Binary 101001 101100 10111011 1001110 1001100 0 11011 11101111 1000000 101101

Color Harmonies of #292CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CBB

Black with #292CBB

Text Example


Text Example

White with #292CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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