Html Css Color HEX #2B29BC Persian Blue

📋 copy color: '#2B29BC'

red 43 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #2B29BC

Tints of Persian Blue #2B29BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.12%

R = 15.81%
G = 15.07%
B = 69.12%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B29BC (or 0x2B29BC) is known color: Persian Blue. HEX triplet: 2B, 29 and BC. RGB value is (43,41,188). Sum of RGB (Red+Green+Blue) = 43+41+188=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B29BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B29BC is #D4D643. Grayscale: #393939. Windows color (decimal): -13948484 or 12331307. OLE color: 12331307.

HSL color Cylindrical-coordinate representation of color #2B29BC: hue angle of 240.82º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B29BC is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 41 188 -
CMYK 0.77 0.78 0 0.26
HSL 240.82º 0.64% 0.45% -
HSV(B) 240.82º 0.78% 0.74% -
XYZ 10.87 5.73 48.11 -
YUV 58.36 201.16 117.05 -
System Red Green Blue C M Y K H S L
Decimal 43 41 188 0.77 0.78 0 0.26 240.82 0.64 0.45
Hex 2B 29 BC 4D 4E 0 1A F1 40 2D
Octal 53 51 274 115 116 0 32 361 100 55
Binary 101011 101001 10111100 1001101 1001110 0 11010 11110001 1000000 101101

Color Harmonies of #2B29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B29BC

Black with #2B29BC

Text Example


Text Example

White with #2B29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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