Html Css Color HEX #292BBB Persian Blue

📋 copy color: '#292BBB'

red 41 ◦ green 43 ◦ blue 187

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

Shades of Persian Blue #292BBB

Tints of Persian Blue #292BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 15.13%
G = 15.87%
B = 69%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#292BBB (or 0x292BBB) is known color: Persian Blue. HEX triplet: 29, 2B and BB. RGB value is (41,43,187). Sum of RGB (Red+Green+Blue) = 41+43+187=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #292BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BBB is #D6D444. Grayscale: #3A3A3A. Windows color (decimal): -14079045 or 12266281. OLE color: 12266281.

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

Color convert

RGB 41 43 187 -
CMYK 0.78 0.77 0 0.27
HSL 239.18º 0.64% 0.45% -
HSV(B) 239.18º 0.78% 0.73% -
XYZ 10.75 5.79 47.56 -
YUV 58.82 200.34 115.29 -
System Red Green Blue C M Y K H S L
Decimal 41 43 187 0.78 0.77 0 0.27 239.18 0.64 0.45
Hex 29 2B BB 4E 4D 0 1B EF 40 2D
Octal 51 53 273 116 115 0 33 357 100 55
Binary 101001 101011 10111011 1001110 1001101 0 11011 11101111 1000000 101101

Color Harmonies of #292BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BBB

Black with #292BBB

Text Example


Text Example

White with #292BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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