#2929CC

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

Shades of Persian Blue #2929CC

Tints of Persian Blue #2929CC

Color information

#2929CC (or 0x2929CC) is unknown color: approx Persian Blue. HEX triplet: 29, 29 and CC. RGB value is (41,41,204). Sum of RGB (Red+Green+Blue) = 41+41+204=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #2929CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2929CC is #D6D633. Grayscale: #3A3A3A. Windows color (decimal): -14079540 or 13379881. OLE color: 13379881.

HSL color Cylindrical-coordinate representation of color #2929CC: hue angle of 240º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2929CC is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4141204-
CMYK0.800.8000.2
HSL240º66.53%48.04%-
HSV(B)240º79.9%80%-
XYZ12.616.4257.7-
YUV59.58209.5114.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 204 (80.08% from 255) = 71.33%
R=14.34%
G=14.34%
B=71.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41412040.800.8000.224066.5348.04
Hex2929CC5050014f04330
Octal515131412012002436010360
Binary1010011010011100110010100001010000010100111100001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2929CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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