#2c29bd

Color #2C29BD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2C29BD

Tints of Persian Blue #2C29BD

Color information

#2C29BD (or 0x2C29BD) is unknown color: approx Persian Blue. HEX triplet: 2C, 29 and BD. RGB value is (44,41,189). Sum of RGB (Red+Green+Blue) = 44+41+189=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C29BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29BD is #D3D642. Grayscale: #3A3A3A. Windows color (decimal): -13882947 or 12396844. OLE color: 12396844.

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

Color convert

RGB4441189-
CMYK0.770.7800.26
HSL241.22º64.35%45.1%-
HSV(B)241.22º78.31%74.12%-
XYZ11.025.848.68-
YUV58.77201.49117.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.06%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 189 (74.22% from 255) = 68.98%
R=16.06%
G=14.96%
B=68.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44411890.770.7800.26241.2264.3545.1
Hex2C29BD4D4E01Af1402d
Octal545127511511603236110055
Binary1011001010011011110110011011001110011010111100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c29bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2c29bd;
 }
 .AnyTagClassName
 {
   color: #2c29bd;
 }
</style>
background-color css

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

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

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

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

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

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