#2931CC

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

Shades of Persian Blue #2931CC

Tints of Persian Blue #2931CC

Color information

#2931CC (or 0x2931CC) is unknown color: approx Persian Blue. HEX triplet: 29, 31 and CC. RGB value is (41,49,204). Sum of RGB (Red+Green+Blue) = 41+49+204=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #2931CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2931CC is #D6CE33. Grayscale: #3F3F3F. Windows color (decimal): -14077492 or 13381929. OLE color: 13381929.

HSL color Cylindrical-coordinate representation of color #2931CC: hue angle of 237.06º 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 #2931CC is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4149204-
CMYK0.800.7600.2
HSL237.06º66.53%48.04%-
HSV(B)237.06º79.9%80%-
XYZ12.917.0357.8-
YUV64.28206.85111.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 204 (80.08% from 255) = 69.39%
R=13.95%
G=16.67%
B=69.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41492040.800.7600.2237.0666.5348.04
Hex2931CC504C014ed4330
Octal516131412011402435510360
Binary1010011100011100110010100001001100010100111011011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2931CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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