Html Css Color HEX #2B29BE Persian Blue

📋 copy color: '#2B29BE'

red 43 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #2B29BE

Tints of Persian Blue #2B29BE

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B29BE (or 0x2B29BE) is known color: Persian Blue. HEX triplet: 2B, 29 and BE. RGB value is (43,41,190). Sum of RGB (Red+Green+Blue) = 43+41+190=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 41 (16.41% from 255 or 14.96% 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 #2B29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B29BE is #D4D641. Grayscale: #393939. Windows color (decimal): -13948482 or 12462379. OLE color: 12462379.

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

Color convert

RGB 43 41 190 -
CMYK 0.77 0.78 0 0.25
HSL 240.81º 0.65% 0.45% -
HSV(B) 240.81º 0.78% 0.75% -
XYZ 11.08 5.82 49.25 -
YUV 58.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 43 41 190 0.77 0.78 0 0.25 240.81 0.65 0.45
Hex 2B 29 BE 4D 4E 0 19 F1 41 2D
Octal 53 51 276 115 116 0 31 361 101 55
Binary 101011 101001 10111110 1001101 1001110 0 11001 11110001 1000001 101101

Color Harmonies of #2B29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B29BE

Black with #2B29BE

Text Example


Text Example

White with #2B29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B29BE; }

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

 H1.HeaderClassName
 {
   color: #2B29BE;
 }
 .AnyTagClassName
 {
   color: #2B29BE;
 }
</style>

background-color css

<style>
 a { background-color: #2B29BE; }

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

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

border-color css

<style>
 span { border-color: #2B29BE; }

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

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