#2933A4

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

Shades of Persian Blue #2933A4

Tints of Persian Blue #2933A4

Color information

#2933A4 (or 0x2933A4) is unknown color: approx Persian Blue. HEX triplet: 29, 33 and A4. RGB value is (41,51,164). Sum of RGB (Red+Green+Blue) = 41+51+164=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #2933A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2933A4 is #D6CC5B. Grayscale: #3C3C3C. Windows color (decimal): -14077020 or 10761001. OLE color: 10761001.

HSL color Cylindrical-coordinate representation of color #2933A4: hue angle of 235.12º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2933A4 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4151164-
CMYK0.750.6900.36
HSL235.12º60%40.2%-
HSV(B)235.12º75%64.31%-
XYZ8.85.5235.72-
YUV60.89186.19113.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 164 (64.45% from 255) = 64.06%
R=16.02%
G=19.92%
B=64.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41511640.750.6900.36235.126040.2
Hex2933A44B45024eb3c28
Octal51632441131050443537450
Binary1010011100111010010010010111000101010010011101011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2933A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2933A4; }

 p { color: rgb(41,51,164); }

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

<style>
 a { background-color: #2933A4; }

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

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

<style>
 span { border-color: #2933A4; }

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

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