#2939A4

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

Shades of Persian Blue #2939A4

Tints of Persian Blue #2939A4

Color information

#2939A4 (or 0x2939A4) is unknown color: approx Persian Blue. HEX triplet: 29, 39 and A4. RGB value is (41,57,164). Sum of RGB (Red+Green+Blue) = 41+57+164=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #2939A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2939A4 is #D6C65B. Grayscale: #3F3F3F. Windows color (decimal): -14075484 or 10762537. OLE color: 10762537.

HSL color Cylindrical-coordinate representation of color #2939A4: hue angle of 232.2º 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 #2939A4 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4157164-
CMYK0.750.6500.36
HSL232.2º60%40.2%-
HSV(B)232.2º75%64.31%-
XYZ9.086.0835.82-
YUV64.41184.2111.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 164 (64.45% from 255) = 62.60%
R=15.65%
G=21.76%
B=62.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41571640.750.6500.36232.26040.2
Hex2939A44B41024e83c28
Octal51712441131010443507450
Binary1010011110011010010010010111000001010010011101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2939A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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