Html Css Color HEX #2C29BA Persian Blue

📋 copy color: '#2C29BA'

red 44 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #2C29BA

Tints of Persian Blue #2C29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.63%

R = 16.24%
G = 15.13%
B = 68.63%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C29BA (or 0x2C29BA) is known color: Persian Blue. HEX triplet: 2C, 29 and BA. RGB value is (44,41,186). Sum of RGB (Red+Green+Blue) = 44+41+186=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C29BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29BA is #D3D645. Grayscale: #393939. Windows color (decimal): -13882950 or 12200236. OLE color: 12200236.

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

Color convert

RGB 44 41 186 -
CMYK 0.76 0.78 0 0.27
HSL 241.24º 0.64% 0.45% -
HSV(B) 241.24º 0.78% 0.73% -
XYZ 10.69 5.67 46.98 -
YUV 58.43 199.99 117.71 -
System Red Green Blue C M Y K H S L
Decimal 44 41 186 0.76 0.78 0 0.27 241.24 0.64 0.45
Hex 2C 29 BA 4C 4E 0 1B F1 40 2D
Octal 54 51 272 114 116 0 33 361 100 55
Binary 101100 101001 10111010 1001100 1001110 0 11011 11110001 1000000 101101

Color Harmonies of #2C29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C29BA

Black with #2C29BA

Text Example


Text Example

White with #2C29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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