#2939BA

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

Shades of Persian Blue #2939BA

Tints of Persian Blue #2939BA

Color information

#2939BA (or 0x2939BA) is unknown color: approx Persian Blue. HEX triplet: 29, 39 and BA. RGB value is (41,57,186). Sum of RGB (Red+Green+Blue) = 41+57+186=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #2939BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2939BA is #D6C645. Grayscale: #424242. Windows color (decimal): -14075462 or 12204329. OLE color: 12204329.

HSL color Cylindrical-coordinate representation of color #2939BA: hue angle of 233.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2939BA is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4157186-
CMYK0.780.6900.27
HSL233.38º63.88%44.51%-
HSV(B)233.38º77.96%72.94%-
XYZ11.246.9447.2-
YUV66.92195.2109.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=14.44%
G=20.07%
B=65.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41571860.780.6900.27233.3863.8844.51
Hex2939BA4E4501Be9402d
Octal517127211610503335110055
Binary1010011110011011101010011101000101011011111010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2939BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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