Html Css Color HEX #292BBE Persian Blue

📋 copy color: '#292BBE'

red 41 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #292BBE

Tints of Persian Blue #292BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.34%

R = 14.96%
G = 15.69%
B = 69.34%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#292BBE (or 0x292BBE) is known color: Persian Blue. HEX triplet: 29, 2B and BE. RGB value is (41,43,190). Sum of RGB (Red+Green+Blue) = 41+43+190=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #292BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BBE is #D6D441. Grayscale: #3A3A3A. Windows color (decimal): -14079042 or 12462889. OLE color: 12462889.

HSL color Cylindrical-coordinate representation of color #292BBE: hue angle of 239.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292BBE is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 43 190 -
CMYK 0.78 0.77 0 0.25
HSL 239.19º 0.65% 0.45% -
HSV(B) 239.19º 0.78% 0.75% -
XYZ 11.07 5.92 49.27 -
YUV 59.16 201.84 115.05 -
System Red Green Blue C M Y K H S L
Decimal 41 43 190 0.78 0.77 0 0.25 239.19 0.65 0.45
Hex 29 2B BE 4E 4D 0 19 EF 41 2D
Octal 51 53 276 116 115 0 31 357 101 55
Binary 101001 101011 10111110 1001110 1001101 0 11001 11101111 1000001 101101

Color Harmonies of #292BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BBE

Black with #292BBE

Text Example


Text Example

White with #292BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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