Html Css Color HEX #2C29BC Persian Blue

📋 copy color: '#2C29BC'

red 44 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #2C29BC

Tints of Persian Blue #2C29BC

RGB

 RED value IS 44 (17.58% from 255) = 16.12%

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

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

R = 16.12%
G = 15.02%
B = 68.86%

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

#2C29BC (or 0x2C29BC) is known color: Persian Blue. HEX triplet: 2C, 29 and BC. RGB value is (44,41,188). Sum of RGB (Red+Green+Blue) = 44+41+188=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C29BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29BC is #D3D643. Grayscale: #3A3A3A. Windows color (decimal): -13882948 or 12331308. OLE color: 12331308.

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

Color convert

RGB 44 41 188 -
CMYK 0.77 0.78 0 0.26
HSL 241.22º 0.64% 0.45% -
HSV(B) 241.22º 0.78% 0.74% -
XYZ 10.91 5.75 48.11 -
YUV 58.66 200.99 117.55 -
System Red Green Blue C M Y K H S L
Decimal 44 41 188 0.77 0.78 0 0.26 241.22 0.64 0.45
Hex 2C 29 BC 4D 4E 0 1A F1 40 2D
Octal 54 51 274 115 116 0 32 361 100 55
Binary 101100 101001 10111100 1001101 1001110 0 11010 11110001 1000000 101101

Color Harmonies of #2C29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C29BC

Black with #2C29BC

Text Example


Text Example

White with #2C29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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