#2932CC

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

Shades of Persian Blue #2932CC

Tints of Persian Blue #2932CC

Color information

#2932CC (or 0x2932CC) is unknown color: approx Persian Blue. HEX triplet: 29, 32 and CC. RGB value is (41,50,204). Sum of RGB (Red+Green+Blue) = 41+50+204=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #2932CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2932CC is #D6CD33. Grayscale: #404040. Windows color (decimal): -14077236 or 13382185. OLE color: 13382185.

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

Color convert

RGB4150204-
CMYK0.800.7500.2
HSL236.69º66.53%48.04%-
HSV(B)236.69º79.9%80%-
XYZ12.957.1157.82-
YUV64.86206.52110.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 204 (80.08% from 255) = 69.15%
R=13.90%
G=16.95%
B=69.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41502040.800.7500.2236.6966.5348.04
Hex2932CC504B014ed4330
Octal516231412011302435510360
Binary1010011100101100110010100001001011010100111011011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2932CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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