#2939BE

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

Shades of Persian Blue #2939BE

Tints of Persian Blue #2939BE

Color information

#2939BE (or 0x2939BE) is unknown color: approx Persian Blue. HEX triplet: 29, 39 and BE. RGB value is (41,57,190). Sum of RGB (Red+Green+Blue) = 41+57+190=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #2939BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2939BE is #D6C641. Grayscale: #424242. Windows color (decimal): -14075458 or 12466473. OLE color: 12466473.

HSL color Cylindrical-coordinate representation of color #2939BE: hue angle of 233.56º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2939BE is Cyan = 0.78, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4157190-
CMYK0.780.700.25
HSL233.56º64.5%45.29%-
HSV(B)233.56º78.42%74.51%-
XYZ11.677.1249.47-
YUV67.38197.2109.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 190 (74.61% from 255) = 65.97%
R=14.24%
G=19.79%
B=65.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41571900.780.700.25233.5664.545.29
Hex2939BE4E46019ea412d
Octal517127611610603135210155
Binary1010011110011011111010011101000110011001111010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2939BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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