Html Css Color HEX #2929BC Persian Blue

📋 copy color: '#2929BC'

red 41 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #2929BC

Tints of Persian Blue #2929BC

RGB

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

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

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

R = 15.19%
G = 15.19%
B = 69.63%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2929BC (or 0x2929BC) is known color: Persian Blue. HEX triplet: 29, 29 and BC. RGB value is (41,41,188). Sum of RGB (Red+Green+Blue) = 41+41+188=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #2929BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2929BC is #D6D643. Grayscale: #393939. Windows color (decimal): -14079556 or 12331305. OLE color: 12331305.

HSL color Cylindrical-coordinate representation of color #2929BC: hue angle of 240º 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 #2929BC is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 41 188 -
CMYK 0.78 0.78 0 0.26
HSL 240º 0.64% 0.45% -
HSV(B) 240º 0.78% 0.74% -
XYZ 10.78 5.69 48.11 -
YUV 57.76 201.5 116.05 -
System Red Green Blue C M Y K H S L
Decimal 41 41 188 0.78 0.78 0 0.26 240 0.64 0.45
Hex 29 29 BC 4E 4E 0 1A F0 40 2D
Octal 51 51 274 116 116 0 32 360 100 55
Binary 101001 101001 10111100 1001110 1001110 0 11010 11110000 1000000 101101

Color Harmonies of #2929BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2929BC

Black with #2929BC

Text Example


Text Example

White with #2929BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2929BC; }

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

 H1.HeaderClassName
 {
   color: #2929BC;
 }
 .AnyTagClassName
 {
   color: #2929BC;
 }
</style>

background-color css

<style>
 a { background-color: #2929BC; }

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

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

border-color css

<style>
 span { border-color: #2929BC; }

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

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