#2939A5

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

Shades of Persian Blue #2939A5

Tints of Persian Blue #2939A5

Color information

#2939A5 (or 0x2939A5) is unknown color: approx Persian Blue. HEX triplet: 29, 39 and A5. RGB value is (41,57,165). Sum of RGB (Red+Green+Blue) = 41+57+165=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #2939A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2939A5 is #D6C65A. Grayscale: #404040. Windows color (decimal): -14075483 or 10828073. OLE color: 10828073.

HSL color Cylindrical-coordinate representation of color #2939A5: hue angle of 232.26º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2939A5 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4157165-
CMYK0.750.6500.35
HSL232.26º60.19%40.39%-
HSV(B)232.26º75.15%64.71%-
XYZ9.176.1136.29-
YUV64.53184.7111.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 165 (64.84% from 255) = 62.74%
R=15.59%
G=21.67%
B=62.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41571650.750.6500.35232.2660.1940.39
Hex2939A54B41023e83c28
Octal51712451131010433507450
Binary1010011110011010010110010111000001010001111101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2939A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2939A5; }

 p { color: rgb(41,57,165); }

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

<style>
 a { background-color: #2939A5; }

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

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

<style>
 span { border-color: #2939A5; }

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

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